Package net.officefloor.gef.section.test
Class MockFunctions
- java.lang.Object
-
- net.officefloor.gef.section.test.MockFunctions
-
public class MockFunctions extends java.lang.Object
Functions for testingSectionEditor
.- Author:
- Daniel Sagenschneider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
MockFunctions.Flows
-
Constructor Summary
Constructors Constructor Description MockFunctions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
functionFour()
void
functionOne()
java.lang.String
functionThree(MockFunctions.Flows flows)
void
functionTwo(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.IOException
java.sql.SQLException
java.lang.RuntimeException
-
-