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 class
ClassLoaderTestSupport
ClassLoader
TestSupport
.class
ConstructTestSupport
Construction testing of anOffice
TestSupport
.class
FileTestSupport
File
TestSupport
.class
LogTestSupport
Test support for logging.class
MockTestSupport
Mock test support.class
OfficeManagerTestSupport
TestSupport
to provide theOfficeManager
.class
ThreadedTestSupport
TestSupport
for multipleThread
tests.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
.
-