Package net.officefloor.gef.section.test
Class MockFunctions
- java.lang.Object
-
- net.officefloor.gef.section.test.MockFunctions
-
public class MockFunctions extends java.lang.ObjectFunctions for testingSectionEditor.- Author:
- Daniel Sagenschneider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMockFunctions.Flows
-
Constructor Summary
Constructors Constructor Description MockFunctions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfunctionFour()voidfunctionOne()java.lang.StringfunctionThree(MockFunctions.Flows flows)voidfunctionTwo(MockObject object, java.lang.String parameter)
-
-
-
Method Detail
-
functionOne
public void functionOne()
-
functionTwo
public void functionTwo(MockObject object, java.lang.String parameter)
-
functionThree
public java.lang.String functionThree(MockFunctions.Flows flows)
-
functionFour
public void functionFour() throws java.io.IOException, java.sql.SQLException, java.lang.RuntimeException- Throws:
java.io.IOExceptionjava.sql.SQLExceptionjava.lang.RuntimeException
-
-