Uses of Interface
net.officefloor.frame.test.TestSupport
-
Packages that use TestSupport Package Description net.officefloor.frame.test -
-
Uses of TestSupport in net.officefloor.frame.test
Classes in net.officefloor.frame.test that implement TestSupport Modifier and Type Class Description classClassLoaderTestSupportClassLoaderTestSupport.classConstructTestSupportConstruction testing of anOfficeTestSupport.classFileTestSupportFileTestSupport.classLogTestSupportTest support for logging.classMockTestSupportMock test support.classOfficeManagerTestSupportTestSupportto provide theOfficeManager.classThreadedTestSupportTestSupportfor multipleThreadtests.Methods in net.officefloor.frame.test with type parameters of type TestSupport Modifier and Type Method Description static <T extends TestSupport>
TTestSupportExtension. getTestSupport(java.lang.Class<T> testSupportType, org.junit.jupiter.api.extension.ExtensionContext context)Obtains the particularTestSupport.
-