Package com.panopset.flywheel
Class ListTest
- java.lang.Object
-
- com.panopset.flywheel.ListTest
-
final class ListTest extends Object
-
-
Constructor Summary
Constructors Constructor Description ListTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
testListCommand()
(package private) void
testSimpleList()
(package private) void
testSimpleListWithListBreaksSuppressed()
(package private) void
testSimpleListWithReturnsSuppressed()
-
-
-
Method Detail
-
testListCommand
@Test void testListCommand() throws IOException
- Throws:
IOException
-
testSimpleList
@Test void testSimpleList() throws IOException
- Throws:
IOException
-
testSimpleListWithReturnsSuppressed
@Test void testSimpleListWithReturnsSuppressed() throws IOException
- Throws:
IOException
-
testSimpleListWithListBreaksSuppressed
@Test void testSimpleListWithListBreaksSuppressed() throws IOException
- Throws:
IOException
-
-