Uses of Class
net.officefloor.frame.test.ConstructTestSupport
-
Packages that use ConstructTestSupport Package Description net.officefloor.frame.test -
-
Uses of ConstructTestSupport in net.officefloor.frame.test
Constructors in net.officefloor.frame.test with parameters of type ConstructTestSupport Constructor Description ReflectiveAdministrationBuilder(java.lang.Class<C> clazz, C object, java.lang.String methodName, boolean isPreNotPost, ManagedFunctionBuilder<?,?> managedFunctionBuilder, ConstructTestSupport constructTestSupport)
Instantiate.ReflectiveFunctionBuilder(java.lang.Class<C> clazz, C object, java.lang.String methodName, OfficeBuilder officeBuilder, ConstructTestSupport constructTestSupport)
Initiate.ReflectiveGovernanceBuilder(java.lang.Class<C> clazz, C object, java.lang.String governanceName, OfficeBuilder officeBuilder, ConstructTestSupport constructTestSupport)
Instantiate.TestManagedObject(java.lang.String managedObjectName, ConstructTestSupport construct)
Instantiate and setup.TestManagedObject(java.lang.String managedObjectName, ConstructTestSupport construct, boolean isPool)
Instantiate and setup.TestObject(java.lang.String managedObjectName, ConstructTestSupport construct)
Instantiate.TestObject(java.lang.String managedObjectName, ConstructTestSupport construct, boolean isPool)
Instantiate.
-