static ImmutableTestInfo.Builder |
ImmutableTestInfo.builder() |
|
ImmutableTestInfo.Builder |
ImmutableTestInfo.Builder.from(TestInfo instance) |
Fill a builder with attribute values from the provided TestInfo instance.
|
ImmutableTestInfo.Builder |
ImmutableTestInfo.Builder.testClass(Class<?> testClass) |
Initializes the value for the testClass attribute.
|
ImmutableTestInfo.Builder |
ImmutableTestInfo.Builder.testInstance(Object testInstance) |
|
ImmutableTestInfo.Builder |
ImmutableTestInfo.Builder.testMethod(Method testMethod) |
Initializes the value for the testMethod attribute.
|
ImmutableTestInfo.Builder |
ImmutableTestInfo.Builder.testName(String testName) |
Initializes the value for the testName attribute.
|