Uses of Class
com.github.jonasrutishauser.cdi.test.api.context.TestScoped
-
Packages that use TestScoped Package Description com.github.jonasrutishauser.cdi.test.api.annotations com.github.jonasrutishauser.cdi.test.api.context -
-
Uses of TestScoped in com.github.jonasrutishauser.cdi.test.api.annotations
Classes in com.github.jonasrutishauser.cdi.test.api.annotations with annotations of type TestScoped Modifier and Type Class Description interface
ActivatableTestImplementation
Use this annotation to mark Alternatives that can be enabled per test class.interface
GlobalTestImplementation
Use this annotation to mark Alternatives that should globally replace production implementations. -
Uses of TestScoped in com.github.jonasrutishauser.cdi.test.api.context
Fields in com.github.jonasrutishauser.cdi.test.api.context declared as TestScoped Modifier and Type Field Description static TestScoped
TestScoped.Literal. INSTANCE
-