Class CommandTest

java.lang.Object
com.github.mafelp.utils.CommandTest

class CommandTest
extends java.lang.Object
  • Field Details

    • runthrough

      static int runthrough
  • Constructor Details

    • CommandTest

      CommandTest()
  • Method Details

    • argumentMaker

      static java.util.stream.Stream<Command> argumentMaker()
    • getStringArgument

      @ParameterizedTest @MethodSource("argumentMaker") void getStringArgument​(Command command)
    • getBooleanArgument

      @ParameterizedTest @MethodSource("argumentMaker") void getBooleanArgument​(Command command)
    • getLongArgument

      @ParameterizedTest @MethodSource("argumentMaker") void getLongArgument​(Command command)
    • testEquals

      @ParameterizedTest @MethodSource("argumentMaker") void testEquals​(Command command)
    • testToString

      @ParameterizedTest @MethodSource("argumentMaker") void testToString​(Command command)
    • testToStringWithQuotationMarks

      @ParameterizedTest @MethodSource("argumentMaker") void testToStringWithQuotationMarks​(Command command)