public class TestCenterPanel.TestSuite.TestResultListener
extends java.lang.Object
implements jadex.commons.future.IRemoteResultListener<java.util.Collection<jadex.commons.Tuple2<java.lang.String,java.lang.Object>>>
Modifier and Type | Field and Description |
---|---|
protected jadex.commons.Tuple2<java.lang.String,jadex.bridge.IResourceIdentifier> |
name
The testcase name.
|
Constructor and Description |
---|
TestResultListener(jadex.commons.Tuple2<java.lang.String,jadex.bridge.IResourceIdentifier> name)
Create a test result listener
|
Modifier and Type | Method and Description |
---|---|
void |
exceptionOccurred(java.lang.Exception exception)
Exception during test execution.
|
void |
resultAvailable(java.util.Collection<jadex.commons.Tuple2<java.lang.String,java.lang.Object>> result)
Result of test execution.
|
protected void |
testFinished(jadex.base.test.Testcase result)
Cleanup after test is finished.
|
protected jadex.commons.Tuple2<java.lang.String,jadex.bridge.IResourceIdentifier> name
public TestResultListener(jadex.commons.Tuple2<java.lang.String,jadex.bridge.IResourceIdentifier> name)
public void exceptionOccurred(java.lang.Exception exception)
exceptionOccurred
in interface jadex.commons.future.IFunctionalExceptionListener
public void resultAvailable(java.util.Collection<jadex.commons.Tuple2<java.lang.String,java.lang.Object>> result)
resultAvailable
in interface jadex.commons.future.IFunctionalResultListener<java.util.Collection<jadex.commons.Tuple2<java.lang.String,java.lang.Object>>>
protected void testFinished(jadex.base.test.Testcase result)