]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.core/src/main/java/org/argeo/slc/core/test/TestRunAware.java
Integrate Slc Execution notification in the new runtime
[gpl/argeo-slc.git] / org.argeo.slc.core / src / main / java / org / argeo / slc / core / test / TestRunAware.java
1 package org.argeo.slc.core.test;
2
3 public interface TestRunAware {
4 /** Notifies the current test run. */
5 public void notifyTestRun(TestRun testRun);
6
7 }