Uses of Class
com.github.jonasrutishauser.cdi.test.api.ImmutableTestInfo
-
Packages that use ImmutableTestInfo Package Description com.github.jonasrutishauser.cdi.test.api -
-
Uses of ImmutableTestInfo in com.github.jonasrutishauser.cdi.test.api
Methods in com.github.jonasrutishauser.cdi.test.api that return ImmutableTestInfo Modifier and Type Method Description ImmutableTestInfo
ImmutableTestInfo.Builder. build()
Builds a newImmutableTestInfo
.static ImmutableTestInfo
ImmutableTestInfo. copyOf(TestInfo instance)
Creates an immutable copy of aTestInfo
value.ImmutableTestInfo
ImmutableTestInfo. withTestClass(Class<?> value)
Copy the current immutable object by setting a value for thetestClass
attribute.ImmutableTestInfo
ImmutableTestInfo. withTestInstance(Object value)
Copy the current immutable object by setting a value for thetestInstance
attribute.ImmutableTestInfo
ImmutableTestInfo. withTestMethod(Method value)
Copy the current immutable object by setting a value for thetestMethod
attribute.ImmutableTestInfo
ImmutableTestInfo. withTestName(String value)
Copy the current immutable object by setting a value for thetestName
attribute.
-