Uses of Class
net.officefloor.frame.api.source.TestSource
-
Packages that use TestSource Package Description net.officefloor.compile.test.managedobject net.officefloor.frame.test net.officefloor.web.security.scheme -
-
Uses of TestSource in net.officefloor.compile.test.managedobject
Classes in net.officefloor.compile.test.managedobject with annotations of type TestSource Modifier and Type Class Description static class
ManagedObjectLoaderUtil.CollectMetaDataContextManagedObjectSource
ManagedObjectSource
to enable obtaining theAbstractAsyncManagedObjectSource.MetaDataContext
. -
Uses of TestSource in net.officefloor.frame.test
Classes in net.officefloor.frame.test with annotations of type TestSource Modifier and Type Class Description class
MockManagedObjectSource
Mock implementation of theManagedObjectSource
for testing.class
MockTeamSource
MockTeamSource
.class
StepTeam
class
TestManagedObject.TestManagedObjectSource
TestManagedObjectSource
. -
Uses of TestSource in net.officefloor.web.security.scheme
Classes in net.officefloor.web.security.scheme with annotations of type TestSource Modifier and Type Class Description class
AbstractMockHttpSecuritySource<C,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
Abstract mockHttpSecuritySource
.class
MockChallengeHttpSecuritySource
MockHttpSecuritySource
to use for testing with challenges.class
MockFlowHttpSecuritySource
MockHttpSecuritySource
that challenges with a HTML form.
-