public class TestNotPossible extends TestResult
Modifier and Type | Field and Description |
---|---|
TestNotPossibleException |
testNotPossibleException |
duration, endTime, logMessages, startTime, testMethod
Constructor and Description |
---|
TestNotPossible(java.lang.reflect.Method testMethod,
long startTime,
long endTime,
java.util.List<java.lang.String> logMessages,
TestNotPossibleException testNotPossibleException) |
public final TestNotPossibleException testNotPossibleException
public TestNotPossible(java.lang.reflect.Method testMethod, long startTime, long endTime, java.util.List<java.lang.String> logMessages, TestNotPossibleException testNotPossibleException)