Package net.officefloor.frame.test
Interface TestSupport
-
- All Known Implementing Classes:
ClassLoaderTestSupport,ConstructTestSupport,FileTestSupport,LogTestSupport,MockTestSupport,OfficeManagerTestSupport,ThreadedTestSupport
public interface TestSupportTest support object.
TestSupportExtensionwill invoke this to enable theTestSupportinstance to initialise itself.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit(org.junit.jupiter.api.extension.ExtensionContext context)Intialise.
-