You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/08/05 18:32:18 UTC

[03/11] incubator-taverna-language git commit: Validator test

Validator test

Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/commit/3e5b4363
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/3e5b4363
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/3e5b4363

Branch: refs/heads/master
Commit: 3e5b4363d926b4f9b92d9e3a7a9cdc5d0e42e363
Parents: 0077fb6
Author: Menaka Madushanka <me...@gmail.com>
Authored: Wed Jul 22 01:41:17 2015 +0530
Committer: Menaka Madushanka <me...@gmail.com>
Committed: Wed Jul 22 01:41:17 2015 +0530

----------------------------------------------------------------------
 .../robundle/validator/ValidatorTest.java       | 33 ++++++++++++++++++++
 1 file changed, 33 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/3e5b4363/taverna-robundle/src/test/java/org/apache/taverna/robundle/validator/ValidatorTest.java
----------------------------------------------------------------------
diff --git a/taverna-robundle/src/test/java/org/apache/taverna/robundle/validator/ValidatorTest.java b/taverna-robundle/src/test/java/org/apache/taverna/robundle/validator/ValidatorTest.java
new file mode 100644
index 0000000..94f7b1d
--- /dev/null
+++ b/taverna-robundle/src/test/java/org/apache/taverna/robundle/validator/ValidatorTest.java
@@ -0,0 +1,33 @@
+package org.apache.taverna.robundle.validator;
+
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+import static org.junit.Assert.*;
+
+import org.junit.Test;
+
+public class ValidatorTest {
+
+	@Test
+	public void test() {
+		fail("Not yet implemented");
+	}
+
+}