Uses of Interface
net.officefloor.test.TestDependencyService
Packages that use TestDependencyService
-
Uses of TestDependencyService in net.officefloor.jdbc.h2.test
Classes in net.officefloor.jdbc.h2.test that implement TestDependencyServiceMethods in net.officefloor.jdbc.h2.test that return TestDependencyServiceModifier and TypeMethodDescriptionH2ResetTestDependencyService.createService(ServiceContext context) -
Uses of TestDependencyService in net.officefloor.test
Classes in net.officefloor.test that implement TestDependencyServiceModifier and TypeClassDescriptionclassObjectTestDependencyService<T,O extends T> TestDependencyServiceproviding anObjectinstance.Methods in net.officefloor.test that return types with arguments of type TestDependencyServiceModifier and TypeMethodDescriptionprotected List<TestDependencyService>AbstractOfficeFloorJUnit.getTestDependencyServices()Obtains the ordered list ofTestDependencyServiceinstances.Methods in net.officefloor.test with parameters of type TestDependencyServiceModifier and TypeMethodDescriptionvoidAbstractOfficeFloorJUnit.addTestDependencyService(TestDependencyService testDependencyService) Adds aTestDependencyService. -
Uses of TestDependencyService in net.officefloor.woof.mock
Methods in net.officefloor.woof.mock with parameters of type TestDependencyServiceModifier and TypeMethodDescriptionMockWoofServerExtension.testDependencyService(TestDependencyService testDependencyService) Builder pattern for adding aTestDependencyService.MockWoofServerRule.testDependencyService(TestDependencyService service) Builder pattern for adding aTestDependencyService.