Class Hierarchy
- java.lang.Object
- net.officefloor.frame.api.managedobject.source.impl.AbstractAsyncManagedObjectSource<O,F> (implements net.officefloor.frame.api.managedobject.source.ManagedObjectSource<O,F>)
- net.officefloor.frame.test.TestManagedObject.TestManagedObjectSource
- net.officefloor.frame.api.team.source.impl.AbstractTeamSource (implements net.officefloor.frame.api.team.source.TeamSource)
- net.officefloor.frame.test.BackPressureTeamSource (implements net.officefloor.frame.api.team.Team)
- net.officefloor.frame.test.StepTeam (implements net.officefloor.frame.api.team.Team)
- junit.framework.Assert
- junit.framework.TestCase (implements junit.framework.Test)
- net.officefloor.frame.test.OfficeFrameTestCase
- net.officefloor.frame.test.AbstractOfficeConstructTestCase
- net.officefloor.frame.test.OfficeFrameTestCase
- junit.framework.TestCase (implements junit.framework.Test)
- org.junit.jupiter.api.Assertions
- net.officefloor.frame.test.Assertions
- net.officefloor.frame.test.ClassLoaderTestSupport (implements net.officefloor.frame.test.TestSupport)
- net.officefloor.frame.test.Closure<T> (implements java.util.function.Consumer<T>)
- net.officefloor.frame.test.CompleteFlowCallback (implements net.officefloor.frame.api.function.FlowCallback)
- net.officefloor.frame.test.SafeCompleteFlowCallback
- net.officefloor.frame.test.ConstructTestSupport (implements org.junit.jupiter.api.extension.AfterEachCallback, org.junit.jupiter.api.extension.BeforeEachCallback, net.officefloor.frame.api.escalate.EscalationHandler, net.officefloor.frame.internal.structure.MonitorClock, net.officefloor.frame.test.TestSupport)
- net.officefloor.frame.test.FileTestSupport (implements net.officefloor.frame.test.TestSupport)
- net.officefloor.frame.test.LoggerAssertion
- net.officefloor.frame.test.LogTestSupport (implements org.junit.jupiter.api.extension.AfterAllCallback, org.junit.jupiter.api.extension.BeforeAllCallback, net.officefloor.frame.test.TestSupport)
- net.officefloor.frame.test.MockClockFactory (implements net.officefloor.frame.api.clock.ClockFactory)
- net.officefloor.frame.test.MockManagedObjectSource (implements net.officefloor.frame.api.managedobject.source.ManagedObjectSource<O,F>)
- net.officefloor.frame.test.MockManagedObjectSourceMetaData<D,H> (implements net.officefloor.frame.api.managedobject.source.ManagedObjectSourceMetaData<O,F>)
- net.officefloor.frame.test.MockTeamSource (implements net.officefloor.frame.api.team.source.TeamSource)
- net.officefloor.frame.test.MockTestSupport (implements net.officefloor.frame.test.TestSupport)
- net.officefloor.frame.test.OfficeManagerTestSupport (implements net.officefloor.frame.test.TestSupport)
- net.officefloor.frame.test.ParameterCapture<T>
- net.officefloor.frame.test.ReflectiveAdministrationBuilder
- net.officefloor.frame.test.ReflectiveGovernanceBuilder (implements net.officefloor.frame.api.governance.GovernanceFactory<E,F>)
- net.officefloor.frame.test.ReflectiveGovernanceBuilder.ReflectiveGovernanceActivityBuilder
- net.officefloor.frame.api.function.StaticManagedFunction<O,F> (implements net.officefloor.frame.api.function.ManagedFunction<O,F>, net.officefloor.frame.api.function.ManagedFunctionFactory<O,F>)
- net.officefloor.frame.test.ReflectiveFunctionBuilder
- net.officefloor.frame.test.TestManagedObject.TestRecycle
- net.officefloor.frame.test.TestManagedObject<O,F> (implements net.officefloor.frame.api.managedobject.AsynchronousManagedObject, net.officefloor.frame.api.managedobject.ContextAwareManagedObject, net.officefloor.frame.api.managedobject.CoordinatingManagedObject<O>, net.officefloor.frame.api.managedobject.ManagedObject)
- net.officefloor.frame.test.TestObject
- net.officefloor.frame.test.TestSupportExtension (implements org.junit.jupiter.api.extension.AfterEachCallback, org.junit.jupiter.api.extension.AfterTestExecutionCallback, org.junit.jupiter.api.extension.BeforeEachCallback, org.junit.jupiter.api.extension.BeforeTestExecutionCallback, org.junit.jupiter.api.extension.TestInstancePostProcessor)
- net.officefloor.frame.test.ThreadedTestSupport (implements net.officefloor.frame.test.TestSupport)
- net.officefloor.frame.test.ThreadSafeClosure<T>
- net.officefloor.frame.api.managedobject.source.impl.AbstractAsyncManagedObjectSource<O,F> (implements net.officefloor.frame.api.managedobject.source.ManagedObjectSource<O,F>)
Interface Hierarchy
- net.officefloor.frame.test.Assertions.FailOperation
- net.officefloor.frame.test.ListItemMatcher<O>
- net.officefloor.frame.test.LogTestSupport.TestCapture<T>
- net.officefloor.frame.test.MockTestSupport.TestLogic<R,T>
- net.officefloor.frame.test.OfficeFrameTestCase.FailOperation
- net.officefloor.frame.test.OfficeFrameTestCase.MultithreadedTestLogic<T>
- net.officefloor.frame.test.OfficeFrameTestCase.TestCapture<T>
- net.officefloor.frame.test.OfficeFrameTestCase.TestLogic<R,T>
- net.officefloor.frame.test.OfficeFrameTestCase.WaitForTruePredicate<T>
- net.officefloor.frame.test.ReflectiveFlow
- net.officefloor.frame.test.TestSupport
- net.officefloor.frame.test.ThreadedTestSupport.MultiThreadedExecution<T>
- net.officefloor.frame.test.ThreadedTestSupport.MultithreadedTestLogic<T>
- net.officefloor.frame.test.ThreadedTestSupport.WaitForTruePredicate<T>
Annotation Type Hierarchy
- net.officefloor.frame.test.OfficeFrameTestCase.GuiTest (implements java.lang.annotation.Annotation)
- net.officefloor.frame.test.OfficeFrameTestCase.StressTest (implements java.lang.annotation.Annotation)
- net.officefloor.frame.test.OfficeFrameTestCase.UsesDockerTest (implements java.lang.annotation.Annotation)
- net.officefloor.frame.test.OfficeFrameTestCase.UsesGCloudTest (implements java.lang.annotation.Annotation)