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