Uses of Class
net.officefloor.frame.test.ThreadedTestSupport
-
Packages that use ThreadedTestSupport Package Description net.officefloor.frame.test -
-
Uses of ThreadedTestSupport in net.officefloor.frame.test
Fields in net.officefloor.frame.test declared as ThreadedTestSupport Modifier and Type Field Description ThreadedTestSupport
OfficeFrameTestCase. threadedTestSupport
Methods in net.officefloor.frame.test with parameters of type ThreadedTestSupport Modifier and Type Method Description void
CompleteFlowCallback. assertComplete(ThreadedTestSupport threading)
Asserts theFlow
is complete.void
CompleteFlowCallback. assertNotComplete(ThreadedTestSupport threading)
Asserts theFlow
is not complete.Constructors in net.officefloor.frame.test with parameters of type ThreadedTestSupport Constructor Description ConstructTestSupport(ThreadedTestSupport threadedTestSupport, LogTestSupport logTestSupport)
Instantiate with required dependencies.
-