Package com.github.mafelp.utils
Class CommandTest
java.lang.Object
com.github.mafelp.utils.CommandTest
class CommandTest
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description (package private) static intrunthrough -
Constructor Summary
Constructors Constructor Description CommandTest() -
Method Summary
Modifier and Type Method Description (package private) static java.util.stream.Stream<Command>argumentMaker()(package private) voidgetBooleanArgument(Command command)(package private) voidgetLongArgument(Command command)(package private) voidgetStringArgument(Command command)(package private) voidtestEquals(Command command)(package private) voidtestToString(Command command)(package private) voidtestToStringWithQuotationMarks(Command command)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
runthrough
static int runthrough
-
-
Constructor Details
-
CommandTest
CommandTest()
-
-
Method Details
-
argumentMaker
-
getStringArgument
-
getBooleanArgument
-
getLongArgument
-
testEquals
-
testToString
-
testToStringWithQuotationMarks
@ParameterizedTest @MethodSource("argumentMaker") void testToStringWithQuotationMarks(Command command)
-