Uses of Class
net.officefloor.frame.test.ReflectiveFunctionBuilder
-
Packages that use ReflectiveFunctionBuilder Package Description net.officefloor.frame.test -
-
Uses of ReflectiveFunctionBuilder in net.officefloor.frame.test
Methods in net.officefloor.frame.test that return ReflectiveFunctionBuilder Modifier and Type Method Description ReflectiveFunctionBuilder
AbstractOfficeConstructTestCase. constructFunction(java.lang.Object object, java.lang.String methodName)
Constructs theReflectiveFunctionBuilder
.ReflectiveFunctionBuilder
ConstructTestSupport. constructFunction(java.lang.Object object, java.lang.String methodName)
Constructs theReflectiveFunctionBuilder
.ReflectiveFunctionBuilder
AbstractOfficeConstructTestCase. constructStaticFunction(java.lang.Class<?> clazz, java.lang.String methodName)
Constructs theReflectiveFunctionBuilder
for a staticMethod
.ReflectiveFunctionBuilder
ConstructTestSupport. constructStaticFunction(java.lang.Class<?> clazz, java.lang.String methodName)
Constructs theReflectiveFunctionBuilder
for a staticMethod
.
-