Uses of Interface
com.github.jonasrutishauser.cdi.test.api.TestInfo
-
Packages that use TestInfo Package Description com.github.jonasrutishauser.cdi.test.api -
-
Uses of TestInfo in com.github.jonasrutishauser.cdi.test.api
Classes in com.github.jonasrutishauser.cdi.test.api that implement TestInfo Modifier and Type Class Description class
ImmutableTestInfo
Immutable implementation ofTestInfo
.Methods in com.github.jonasrutishauser.cdi.test.api with parameters of type TestInfo Modifier and Type Method Description static ImmutableTestInfo
ImmutableTestInfo. copyOf(TestInfo instance)
Creates an immutable copy of aTestInfo
value.ImmutableTestInfo.Builder
ImmutableTestInfo.Builder. from(TestInfo instance)
Fill a builder with attribute values from the providedTestInfo
instance.
-