Merge tag 'v2.3.15' into testing
[gpl/argeo-slc.git] / org.argeo.api.slc / src / org / argeo / api / slc / test / TestRunAware.java
diff --git a/org.argeo.api.slc/src/org/argeo/api/slc/test/TestRunAware.java b/org.argeo.api.slc/src/org/argeo/api/slc/test/TestRunAware.java
new file mode 100644 (file)
index 0000000..77479f4
--- /dev/null
@@ -0,0 +1,8 @@
+package org.argeo.api.slc.test;
+
+/** Allows a test run to notify other objects. */
+public interface TestRunAware {
+       /** Notifies the current test run. */
+       public void notifyTestRun(TestRun testRun);
+
+}