Package net.officefloor.polyglot.test
Class AbstractPolyglotObjectTest.ObjectLogic
java.lang.Object
net.officefloor.polyglot.test.AbstractPolyglotObjectTest.ObjectLogic
- Enclosing class:
- AbstractPolyglotObjectTest
Logic for testing objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidservice(ObjectInterface object, Out<ObjectInterface> out) Services the object.
-
Constructor Details
-
ObjectLogic
public ObjectLogic()
-
-
Method Details
-
service
Services the object.- Parameters:
object-ObjectInterface.out- Output for the object.
-