]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/src/main/java/org/argeo/slc/core/test/TestDefinition.java
Add other SLC interfaces.
[gpl/argeo-slc.git] / org.argeo.slc / src / main / java / org / argeo / slc / core / test / TestDefinition.java
index 2eaf7bc8a0a78a17a660e54751cf5759659b5fd1..77ee482807732546dfb77534bb6c3ba8e948eca4 100644 (file)
@@ -1,13 +1,10 @@
 package org.argeo.slc.core.test;\r
 \r
 /**\r
- * The programmatic definition of a test, which will be associated with test\r
- * data within a test run.\r
+ * The programmatic definition of a test, which will be associated with\r
+ * transient objects within a test run.\r
  */\r
 public interface TestDefinition {\r
-       /** Perform the test. */\r
-       public void execute();\r
-\r
-       /** Initialize the test data */\r
-       public void setTestData(TestData testData);\r
+       /** Performs the test. */\r
+       public void execute(TestRun testRun);\r
 }\r