Uses of Interface
net.officefloor.test.TestDependencyServiceContext
-
Packages that use TestDependencyServiceContext Package Description net.officefloor.jdbc.h2.test net.officefloor.test -
-
Uses of TestDependencyServiceContext in net.officefloor.jdbc.h2.test
Methods in net.officefloor.jdbc.h2.test with parameters of type TestDependencyServiceContext Modifier and Type Method Description java.lang.ObjectH2ResetTestDependencyService. getObject(TestDependencyServiceContext context)booleanH2ResetTestDependencyService. isObjectAvailable(TestDependencyServiceContext context) -
Uses of TestDependencyServiceContext in net.officefloor.test
Methods in net.officefloor.test with parameters of type TestDependencyServiceContext Modifier and Type Method Description java.lang.ObjectTestDependencyService. getObject(TestDependencyServiceContext context)Obtains the dependency object.booleanTestDependencyService. isObjectAvailable(TestDependencyServiceContext context)Indicates if able to provide object.
-