Interface TestInfo
-
- All Known Implementing Classes:
ImmutableTestInfo
@Immutable public interface TestInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>
getTestClass()
Object
getTestInstance()
Method
getTestMethod()
String
getTestName()
-