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.Object
H2ResetTestDependencyService. getObject(TestDependencyServiceContext context)
boolean
H2ResetTestDependencyService. 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.Object
TestDependencyService. getObject(TestDependencyServiceContext context)
Obtains the dependency object.boolean
TestDependencyService. isObjectAvailable(TestDependencyServiceContext context)
Indicates if able to provide object.
-