Package net.officefloor.gef.section.test
Class MockSection
- java.lang.Object
-
- net.officefloor.gef.section.test.MockSection
-
public class MockSection extends java.lang.Object
Mock sectionClass
for testing theSectionEditor
.- Author:
- Daniel Sagenschneider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
MockSection.Flows
-
Constructor Summary
Constructors Constructor Description MockSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
inputOne()
void
inputThree(MockSection.Flows flows)
void
inputTwo(MockObject object)
-
-
-
Method Detail
-
inputOne
public void inputOne()
-
inputTwo
public void inputTwo(MockObject object)
-
inputThree
public void inputThree(MockSection.Flows flows)
-
-