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