Skip to content

fix(kotlin): don't pass unrequested parameters to suggestion methods #2565

fix(kotlin): don't pass unrequested parameters to suggestion methods

fix(kotlin): don't pass unrequested parameters to suggestion methods #2565

GitHub Actions / Test Results succeeded Jan 18, 2024 in 0s

All 397 tests pass in 12s

 77 files  ±0   77 suites  ±0   12s ⏱️ -2s
397 tests ±0  397 ✅ ±0  0 💤 ±0  0 ❌ ±0 
432 runs  ±0  432 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 841b824. ± Comparison against earlier commit 8544a3f.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

397 tests found

There are 397 tests, see "Raw output" for the full list of tests.
Raw output
cloud.commandframework.AnnotationAccessorTest ‑ testQualifierResolutionOrder()
cloud.commandframework.CommandBeanTest ‑ testCommandBeanRegistration()
cloud.commandframework.CommandDeletionTest ‑ deleteCommandWithSameArgumentNameAsRootCommand()
cloud.commandframework.CommandDeletionTest ‑ deleteIntermediateCommand()
cloud.commandframework.CommandDeletionTest ‑ deleteSimpleCommand()
cloud.commandframework.CommandManagerTest ‑ testCommandBuilder()
cloud.commandframework.CommandManagerTest ‑ testMultiLiteralRouting()
cloud.commandframework.CommandPerformanceTest ‑ testCompleteExecution()
cloud.commandframework.CommandPerformanceTest ‑ testLiterals()
cloud.commandframework.CommandPostProcessorTest ‑ testPostProcessing()
cloud.commandframework.CommandPreProcessorTest ‑ testPreprocessing()
cloud.commandframework.CommandRegistrationStateTest ‑ testAllowUnsafeRegistration()
cloud.commandframework.CommandRegistrationStateTest ‑ testChangingRegistrationHandlerFails()
cloud.commandframework.CommandRegistrationStateTest ‑ testDoubleRegistrationPersistsState()
cloud.commandframework.CommandRegistrationStateTest ‑ testInitialState()
cloud.commandframework.CommandRegistrationStateTest ‑ testRegistrationChangesState()
cloud.commandframework.CommandRegistrationStateTest ‑ testRegistrationFailsInAfterRegistrationState()
cloud.commandframework.CommandSuggestionsTest ‑ Suggestions_EnumFlagEntered_SuggestsFlagValues()
cloud.commandframework.CommandSuggestionsTest ‑ Suggestions_FlagValueEntered_SuggestsOtherFlag()
cloud.commandframework.CommandSuggestionsTest ‑ Suggestions_MultiplePresenceFlagEntered_SuggestsOtherPresenceFlags()
cloud.commandframework.CommandSuggestionsTest ‑ Suggestions_NoFlagEntered_SuggestsFlagsAndAliases()
cloud.commandframework.CommandSuggestionsTest ‑ Suggestions_NoFlagsEnteredAfterVariable_SuggestsFlags()
cloud.commandframework.CommandSuggestionsTest ‑ Suggestions_NonExistentFlagEntered_ListsAllFlags()
cloud.commandframework.CommandSuggestionsTest ‑ Suggestions_PresenceFlagEntered_SuggestsOtherPresenceFlags()
cloud.commandframework.CommandSuggestionsTest ‑ Suggestions_UnknownRootCommand_EmptySuggestions()
cloud.commandframework.CommandSuggestionsTest ‑ [1] input=command , expectedSuggestions=[--flag, --flog, -f]
cloud.commandframework.CommandSuggestionsTest ‑ [1] input=command , expectedSuggestions=[hello world]
cloud.commandframework.CommandSuggestionsTest ‑ [1] input=duration , expectedSuggestions=[1, 2, 3, 4, 5, 6, 7, 8, 9]
cloud.commandframework.CommandSuggestionsTest ‑ [1] input=test 
cloud.commandframework.CommandSuggestionsTest ‑ [1] sender=cloud.commandframework.TestCommandSender@18ac53e8, input=test-, expectedSuggestions=[]
cloud.commandframework.CommandSuggestionsTest ‑ [1] sender=cloud.commandframework.TestCommandSender@3ae2ed38, input=test-, expectedSuggestions=[]
cloud.commandframework.CommandSuggestionsTest ‑ [2] input=command --, expectedSuggestions=[--flag, --flog]
cloud.commandframework.CommandSuggestionsTest ‑ [2] input=command hello, expectedSuggestions=[hello world]
cloud.commandframework.CommandSuggestionsTest ‑ [2] input=duration 5, expectedSuggestions=[5d, 5h, 5m, 5s]
cloud.commandframework.CommandSuggestionsTest ‑ [2] input=testalias 
cloud.commandframework.CommandSuggestionsTest ‑ [2] sender=cloud.commandframework.CommandSuggestionsTest$SpecificSender@557eb543, input=test-, expectedSuggestions=[test-specific-sender]
cloud.commandframework.CommandSuggestionsTest ‑ [2] sender=cloud.commandframework.TestCommandSender@4ca8dbfa, input=test-, expectedSuggestions=[test-permitted]
cloud.commandframework.CommandSuggestionsTest ‑ [3] input=command --f, expectedSuggestions=[--flag, --flog]
cloud.commandframework.CommandSuggestionsTest ‑ [3] input=command hello , expectedSuggestions=[world]
cloud.commandframework.CommandSuggestionsTest ‑ [3] input=duration 5s, expectedSuggestions=[]
cloud.commandframework.CommandSuggestionsTest ‑ [3] sender=cloud.commandframework.TestCommandSender@3b95d13c, input=l, expectedSuggestions=[]
cloud.commandframework.CommandSuggestionsTest ‑ [3] sender=cloud.commandframework.TestCommandSender@7063686f, input=l, expectedSuggestions=[]
cloud.commandframework.CommandSuggestionsTest ‑ [4] input=command --fla, expectedSuggestions=[--flag]
cloud.commandframework.CommandSuggestionsTest ‑ [4] input=command hello wo, expectedSuggestions=[world]
cloud.commandframework.CommandSuggestionsTest ‑ [4] input=duration 5s , expectedSuggestions=[]
cloud.commandframework.CommandSuggestionsTest ‑ [4] sender=cloud.commandframework.CommandSuggestionsTest$SpecificSender@3730ab42, input=l, expectedSuggestions=[literal]
cloud.commandframework.CommandSuggestionsTest ‑ [4] sender=cloud.commandframework.TestCommandSender@c3177d5, input=l, expectedSuggestions=[literal]
cloud.commandframework.CommandSuggestionsTest ‑ [5] input=command -f, expectedSuggestions=[--flag, --flog, -f]
cloud.commandframework.CommandSuggestionsTest ‑ [5] input=command hello world, expectedSuggestions=[world]
cloud.commandframework.CommandSuggestionsTest ‑ [5] sender=cloud.commandframework.TestCommandSender@6601cc93, input=literal , expectedSuggestions=[]
cloud.commandframework.CommandSuggestionsTest ‑ [5] sender=cloud.commandframework.TestCommandSender@76f856a8, input=literal , expectedSuggestions=[]
cloud.commandframework.CommandSuggestionsTest ‑ [6] input=command -, expectedSuggestions=[--flag, --flog, -f]
cloud.commandframework.CommandSuggestionsTest ‑ [6] input=command hello world , expectedSuggestions=[]
cloud.commandframework.CommandSuggestionsTest ‑ [6] sender=cloud.commandframework.CommandSuggestionsTest$SpecificSender@54d901aa, input=literal , expectedSuggestions=[test-specific-sender]
cloud.commandframework.CommandSuggestionsTest ‑ [6] sender=cloud.commandframework.TestCommandSender@7c853486, input=literal , expectedSuggestions=[test-permitted]
cloud.commandframework.CommandSuggestionsTest ‑ [7] input=command -f , expectedSuggestions=[foo, bar]
cloud.commandframework.CommandSuggestionsTest ‑ [8] input=command -f b, expectedSuggestions=[bar]
cloud.commandframework.CommandSuggestionsTest ‑ testAltered()
cloud.commandframework.CommandSuggestionsTest ‑ testComb()
cloud.commandframework.CommandSuggestionsTest ‑ testCompound()
cloud.commandframework.CommandSuggestionsTest ‑ testCompoundFlags()
cloud.commandframework.CommandSuggestionsTest ‑ testEmpty()
cloud.commandframework.CommandSuggestionsTest ‑ testFlagYieldingGreedyStringFollowedByFlagArgument()
cloud.commandframework.CommandSuggestionsTest ‑ testFlagYieldingGreedyStringWithLiberalFlagArgument()
cloud.commandframework.CommandSuggestionsTest ‑ testFlagYieldingStringArrayFollowedByFlagArgument()
cloud.commandframework.CommandSuggestionsTest ‑ testFlagYieldingStringArrayWithLiberalFlagArgument()
cloud.commandframework.CommandSuggestionsTest ‑ testInvalidArgumentShouldNotCauseFurtherCompletion()
cloud.commandframework.CommandSuggestionsTest ‑ testInvalidLiteralThenSpace()
cloud.commandframework.CommandSuggestionsTest ‑ testLiteralWithVariable()
cloud.commandframework.CommandSuggestionsTest ‑ testNumbers()
cloud.commandframework.CommandSuggestionsTest ‑ testNumbersWithFollowingArguments()
cloud.commandframework.CommandSuggestionsTest ‑ testSimple()
cloud.commandframework.CommandSuggestionsTest ‑ testStringArgumentWithSuggestionProvider()
cloud.commandframework.CommandSuggestionsTest ‑ testVar()
cloud.commandframework.CommandTest ‑ ensureOrdering()
cloud.commandframework.CommandTest ‑ noArguments()
cloud.commandframework.CommandTreeTest ‑ getSuggestions()
cloud.commandframework.CommandTreeTest ‑ invalidCommand()
cloud.commandframework.CommandTreeTest ‑ testAliasedRouting()
cloud.commandframework.CommandTreeTest ‑ testAmbiguousLiteralOverridingArgument()
cloud.commandframework.CommandTreeTest ‑ testAmbiguousNodes()
cloud.commandframework.CommandTreeTest ‑ testDefaultParser()
cloud.commandframework.CommandTreeTest ‑ testDuplicateArgument()
cloud.commandframework.CommandTreeTest ‑ testFlags_MultiplePresenceFlags()
cloud.commandframework.CommandTreeTest ‑ testFlags_MultipleValueFlagsFollowedByPresence()
cloud.commandframework.CommandTreeTest ‑ testFlags_NoFlags()
cloud.commandframework.CommandTreeTest ‑ testFlags_NonPrefixedPresenceFlag()
cloud.commandframework.CommandTreeTest ‑ testFlags_NonexistentFlag()
cloud.commandframework.CommandTreeTest ‑ testFlags_PresenceFlag()
cloud.commandframework.CommandTreeTest ‑ testFlags_PresenceFlagShortForm()
cloud.commandframework.CommandTreeTest ‑ testFlags_ShortFormPresenceFlagsFollowedByMultipleValueFlags()
cloud.commandframework.CommandTreeTest ‑ testFlags_ValueFlag()
cloud.commandframework.CommandTreeTest ‑ testFloats()
cloud.commandframework.CommandTreeTest ‑ testLiteralRepeatingArgument()
cloud.commandframework.CommandTreeTest ‑ testMultiLiteralParsing()
cloud.commandframework.CommandTreeTest ‑ testOptionals()
cloud.commandframework.CommandTreeTest ‑ testProxy()
cloud.commandframework.ParameterInjectorRegistryTest ‑ testAnnotatedGuiceInjection()
cloud.commandframework.ParameterInjectorRegistryTest ‑ testGuiceInjection()
cloud.commandframework.ParameterInjectorRegistryTest ‑ testNonExistentInjection()
cloud.commandframework.ParameterInjectorRegistryTest ‑ testSimpleInjection()
cloud.commandframework.ParserRegistryTest ‑ creating_integer_parser_from_parameters_results_in_correct_parser()
cloud.commandframework.ParserRegistryTest ‑ parsing_range_annotation_results_in_correct_parser_parameters()
cloud.commandframework.ParserRegistryTest ‑ retrieving_enum_parser_from_registry()
cloud.commandframework.ParserRegistryTest ‑ retrieving_integer_parser_from_parser_registry()
cloud.commandframework.PermissionTest ‑ testAndPermissionsHasAll()
cloud.commandframework.PermissionTest ‑ testAndPermissionsMissingOne()
cloud.commandframework.PermissionTest ‑ testComplexAndPermissions()
cloud.commandframework.PermissionTest ‑ testComplexAndPermissionsMissingOne()
cloud.commandframework.PermissionTest ‑ testOrPermissionHasNone()
cloud.commandframework.PermissionTest ‑ testOrPermissionHasOne()
cloud.commandframework.PermissionTest ‑ testPredicatePermissions()
cloud.commandframework.PermissionTest ‑ testRootCommandPermission()
cloud.commandframework.PermissionTest ‑ testRootCommandPermissionLackingPermission()
cloud.commandframework.PermissionTest ‑ testSubCommandPermission()
cloud.commandframework.annotations.AnnotationParserTest ‑ testAnnotatedArgumentParser()
cloud.commandframework.annotations.AnnotationParserTest ‑ testAnnotatedSuggestionProviders()
cloud.commandframework.annotations.AnnotationParserTest ‑ testAnnotationResolver()
cloud.commandframework.annotations.AnnotationParserTest ‑ testInjectedCommand()
cloud.commandframework.annotations.AnnotationParserTest ‑ testMethodConstruction()
cloud.commandframework.annotations.AnnotationParserTest ‑ testMultiAliasedCommands()
cloud.commandframework.annotations.AnnotationParserTest ‑ testNamedSuggestionProvider()
cloud.commandframework.annotations.AnnotationParserTest ‑ testParameterInjection()
cloud.commandframework.annotations.NoOpStringProcessorTest ‑ ProcessString_AnyInput_ReturnsOriginalInput()
cloud.commandframework.annotations.PatternReplacingStringProcessorTest ‑ ProcessString_MatchingInput_ReplacesGroups()
cloud.commandframework.annotations.PatternReplacingStringProcessorTest ‑ ProcessString_NullReplacement_InputPreserved()
cloud.commandframework.annotations.PropertyReplacingStringProcessorTest ‑ ProcessString_KnownProperty_ReplacesWithValue()
cloud.commandframework.annotations.PropertyReplacingStringProcessorTest ‑ ProcessString_MultipleProperties_ReplacesAll()
cloud.commandframework.annotations.PropertyReplacingStringProcessorTest ‑ ProcessString_NullProperty_InputPreserved()
cloud.commandframework.annotations.SyntaxParserImplTest ‑ testParse()
cloud.commandframework.annotations.SyntaxParserImplTest ‑ testParseSpecialCharacters()
cloud.commandframework.annotations.SyntaxParserImplTest ‑ testParseWithAliases()
cloud.commandframework.annotations.exception.MethodExceptionHandlerTest ‑ testFallback()
cloud.commandframework.annotations.exception.MethodExceptionHandlerTest ‑ testPrecise()
cloud.commandframework.annotations.feature.ArgumentDrivenCommandsTest ‑ testCommandConstruction()
cloud.commandframework.annotations.feature.ArgumentWithoutAnnotationTest ‑ test()
cloud.commandframework.annotations.feature.BuilderDecoratorTest ‑ testDefaultDescription()
cloud.commandframework.annotations.feature.BuilderDecoratorTest ‑ testDefaultPermission()
cloud.commandframework.annotations.feature.DescriptionMapperTest ‑ test()
cloud.commandframework.annotations.feature.MethodSuggestionProviderTest ‑ [1] instance=cloud.commandframework.annotations.feature.MethodSuggestionProviderTest$TestClassList@2b61a019
cloud.commandframework.annotations.feature.MethodSuggestionProviderTest ‑ [2] instance=cloud.commandframework.annotations.feature.MethodSuggestionProviderTest$TestClassSet@692fd26
cloud.commandframework.annotations.feature.MethodSuggestionProviderTest ‑ [3] instance=cloud.commandframework.annotations.feature.MethodSuggestionProviderTest$TestClassStream@36f1046f
cloud.commandframework.annotations.feature.MethodSuggestionProviderTest ‑ [4] instance=cloud.commandframework.annotations.feature.MethodSuggestionProviderTest$TestClassIterable@56d93692
cloud.commandframework.annotations.feature.MethodSuggestionProviderTest ‑ [5] instance=cloud.commandframework.annotations.feature.MethodSuggestionProviderTest$TestClassListString@1686f0b4
cloud.commandframework.annotations.feature.MethodSuggestionProviderTest ‑ [6] instance=cloud.commandframework.annotations.feature.MethodSuggestionProviderTest$TestClassCommandInput@76c548f
cloud.commandframework.annotations.feature.MethodSuggestionProviderTest ‑ [7] instance=cloud.commandframework.annotations.feature.MethodSuggestionProviderTest$TestInjectedValue@3900fa71
cloud.commandframework.annotations.feature.ParameterInjectionTest ‑ testInjection()
cloud.commandframework.annotations.feature.RepeatableCommandTest ‑ test()
cloud.commandframework.annotations.feature.RepeatableFlagTest ‑ testRepeatableFlagParsing()
cloud.commandframework.annotations.feature.RequiredSenderDeductionTest ‑ testCorrectSender()
cloud.commandframework.annotations.feature.RequiredSenderDeductionTest ‑ testIncorrectSender()
cloud.commandframework.annotations.feature.StringProcessingTest ‑ Tests @Command, @Permission, @CommandDescription, @Argument & @Flag
cloud.commandframework.annotations.issue.Issue262 ‑ queryForCommandAliasesWorks()
cloud.commandframework.annotations.issue.Issue262 ‑ queryForCommandChildAliasesWorks()
cloud.commandframework.annotations.issue.Issue262 ‑ queryForOnlyRootCommandWorks()
cloud.commandframework.annotations.issue.Issue262 ‑ queryForRootCommandWorks()
cloud.commandframework.annotations.issue.Issue262 ‑ queryForRootCommandWorks2()
cloud.commandframework.annotations.processing.CommandContainerProcessorTest ‑ testCommandContainerParsing()
cloud.commandframework.annotations.processing.CommandProcessorTest ‑ testCommandMethodMissingArgumentParsing()
cloud.commandframework.annotations.processing.CommandProcessorTest ‑ testCommandMethodMissingSyntaxParsing()
cloud.commandframework.annotations.processing.CommandProcessorTest ‑ testCommandMethodWithoutArgumentAnnotations()
cloud.commandframework.annotations.processing.CommandProcessorTest ‑ testOptionalBeforeRequiredParsing()
cloud.commandframework.annotations.processing.CommandProcessorTest ‑ testPrivateCommandMethodParsing()
cloud.commandframework.annotations.processing.CommandProcessorTest ‑ testStaticCommandMethodParsing()
cloud.commandframework.annotations.processing.CommandProcessorTest ‑ testValidCommandMethodParsing()
cloud.commandframework.arguments.StandardCommandSyntaxFormatterTest ‑ accountsForSenderType()
cloud.commandframework.arguments.StandardCommandSyntaxFormatterTest ‑ respectsPermissions()
cloud.commandframework.arguments.aggregate.AggregateCommandParserTest ‑ testExceptionForwarding()
cloud.commandframework.arguments.aggregate.AggregateCommandParserTest ‑ testFailureComponentParsingFailure()
cloud.commandframework.arguments.aggregate.AggregateCommandParserTest ‑ testFailureMissingInput()
cloud.commandframework.arguments.aggregate.AggregateCommandParserTest ‑ testMultiLevelAggregateParsing()
cloud.commandframework.arguments.aggregate.AggregateCommandParserTest ‑ testParsing()
cloud.commandframework.arguments.aggregate.AggregateCommandParserTest ‑ testSuggestionsFirstArgument()
cloud.commandframework.arguments.aggregate.AggregateCommandParserTest ‑ testSuggestionsSecondArgument()
cloud.commandframework.arguments.standard.BooleanParserTest ‑ [10] input=NO, expectedResult=false
cloud.commandframework.arguments.standard.BooleanParserTest ‑ [11] input=off, expectedResult=false
cloud.commandframework.arguments.standard.BooleanParserTest ‑ [12] input=OFF, expectedResult=false
cloud.commandframework.arguments.standard.BooleanParserTest ‑ [1] input=[true], expectedResult=true
cloud.commandframework.arguments.standard.BooleanParserTest ‑ [1] input=true, expectedResult=true
cloud.commandframework.arguments.standard.BooleanParserTest ‑ [1] liberal=false, expectedSuggestions=[true, false]
cloud.commandframework.arguments.standard.BooleanParserTest ‑ [1] liberal=true
cloud.commandframework.arguments.standard.BooleanParserTest ‑ [2] input=TRUE, expectedResult=true
cloud.commandframework.arguments.standard.BooleanParserTest ‑ [2] input=[false], expectedResult=false
cloud.commandframework.arguments.standard.BooleanParserTest ‑ [2] liberal=false
cloud.commandframework.arguments.standard.BooleanParserTest ‑ [2] liberal=true, expectedSuggestions=[true, yes, on, false, no, off]
cloud.commandframework.arguments.standard.BooleanParserTest ‑ [3] input=yes, expectedResult=true
cloud.commandframework.arguments.standard.BooleanParserTest ‑ [4] input=YES, expectedResult=true
cloud.commandframework.arguments.standard.BooleanParserTest ‑ [5] input=on, expectedResult=true
cloud.commandframework.arguments.standard.BooleanParserTest ‑ [6] input=ON, expectedResult=true
cloud.commandframework.arguments.standard.BooleanParserTest ‑ [7] input=false, expectedResult=false
cloud.commandframework.arguments.standard.BooleanParserTest ‑ [8] input=FALSE, expectedResult=false
cloud.commandframework.arguments.standard.BooleanParserTest ‑ [9] input=no, expectedResult=false
cloud.commandframework.arguments.standard.ByteParserTest ‑ Parse_NoMinMax_SuccessfulParse()
cloud.commandframework.arguments.standard.ByteParserTest ‑ Parse_NonByteInput_FailedParse()
cloud.commandframework.arguments.standard.ByteParserTest ‑ Parse_ValueAboveMax_FailedParse()
cloud.commandframework.arguments.standard.ByteParserTest ‑ Parse_ValueBelowMin_FailedParse()
cloud.commandframework.arguments.standard.ByteParserTest ‑ Suggestions_EmptyInput_ExpectedSuggestions()
cloud.commandframework.arguments.standard.ByteParserTest ‑ Suggestions_NegativeSignInput_ExpectedSuggestions()
cloud.commandframework.arguments.standard.CharacterParserTest ‑ Parse_TooLongString_FailedParse()
cloud.commandframework.arguments.standard.CharacterParserTest ‑ Parse_ValidChar_SuccessfulParse()
cloud.commandframework.arguments.standard.DoubleParserTest ‑ Parse_NoMinMax_SuccessfulParse()
cloud.commandframework.arguments.standard.DoubleParserTest ‑ Parse_NonDoubleInput_FailedParse()
cloud.commandframework.arguments.standard.DoubleParserTest ‑ Parse_ValueAboveMax_FailedParse()
cloud.commandframework.arguments.standard.DoubleParserTest ‑ Parse_ValueBelowMin_FailedParse()
cloud.commandframework.arguments.standard.DurationParserSuggestionsTest ‑ testDurationSuggestions()
cloud.commandframework.arguments.standard.DurationParserTest ‑ invalid_format_failing()
cloud.commandframework.arguments.standard.DurationParserTest ‑ single_multiple_units()
cloud.commandframework.arguments.standard.DurationParserTest ‑ single_single_unit()
cloud.commandframework.arguments.standard.EnumParserTest ‑ Parse_NonEnumValue_FailedParse()
cloud.commandframework.arguments.standard.EnumParserTest ‑ Suggestions_ExpectedSuggestions()
cloud.commandframework.arguments.standard.EnumParserTest ‑ [1] value=AAA
cloud.commandframework.arguments.standard.EnumParserTest ‑ [2] value=BBB
cloud.commandframework.arguments.standard.EnumParserTest ‑ [3] value=CCC
cloud.commandframework.arguments.standard.FloatParserTest ‑ Parse_NoMinMax_SuccessfulParse()
cloud.commandframework.arguments.standard.FloatParserTest ‑ Parse_NonFloatInput_FailedParse()
cloud.commandframework.arguments.standard.FloatParserTest ‑ Parse_ValueAboveMax_FailedParse()
cloud.commandframework.arguments.standard.FloatParserTest ‑ Parse_ValueBelowMin_FailedParse()
cloud.commandframework.arguments.standard.IntegerParserTest ‑ Parse_NoMinMax_SuccessfulParse()
cloud.commandframework.arguments.standard.IntegerParserTest ‑ Parse_NonIntegerInput_FailedParse()
cloud.commandframework.arguments.standard.IntegerParserTest ‑ Parse_ValueAboveMax_FailedParse()
cloud.commandframework.arguments.standard.IntegerParserTest ‑ Parse_ValueBelowMin_FailedParse()
cloud.commandframework.arguments.standard.IntegerParserTest ‑ Suggestions_EmptyInput_ExpectedSuggestions()
cloud.commandframework.arguments.standard.IntegerParserTest ‑ Suggestions_NegativeSignInput_ExpectedSuggestions()
cloud.commandframework.arguments.standard.LongParserTest ‑ Parse_NoMinMax_SuccessfulParse()
cloud.commandframework.arguments.standard.LongParserTest ‑ Parse_NonLongInput_FailedParse()
cloud.commandframework.arguments.standard.LongParserTest ‑ Parse_ValueAboveMax_FailedParse()
cloud.commandframework.arguments.standard.LongParserTest ‑ Parse_ValueBelowMin_FailedParse()
cloud.commandframework.arguments.standard.LongParserTest ‑ Suggestions_EmptyInput_ExpectedSuggestions()
cloud.commandframework.arguments.standard.LongParserTest ‑ Suggestions_NegativeSignInput_ExpectedSuggestions()
cloud.commandframework.arguments.standard.ShortParserTest ‑ Parse_NoMinMax_SuccessfulParse()
cloud.commandframework.arguments.standard.ShortParserTest ‑ Parse_NonShortInput_FailedParse()
cloud.commandframework.arguments.standard.ShortParserTest ‑ Parse_ValueAboveMax_FailedParse()
cloud.commandframework.arguments.standard.ShortParserTest ‑ Parse_ValueBelowMin_FailedParse()
cloud.commandframework.arguments.standard.ShortParserTest ‑ Suggestions_EmptyInput_ExpectedSuggestions()
cloud.commandframework.arguments.standard.ShortParserTest ‑ Suggestions_NegativeSignInput_ExpectedSuggestions()
cloud.commandframework.arguments.standard.StringArgumentTest ‑ greedy_consumes_all()
cloud.commandframework.arguments.standard.StringArgumentTest ‑ quoted_quoted_string_containing_escaped_quote_followed_by_unquoted()
cloud.commandframework.arguments.standard.StringArgumentTest ‑ quoted_single_quoted_string_containing_double_quote_followed_by_unquoted()
cloud.commandframework.arguments.standard.StringArgumentTest ‑ quoted_unmatched_quotes_failing()
cloud.commandframework.arguments.standard.StringArgumentTest ‑ quoted_unquoted_strings()
cloud.commandframework.arguments.standard.StringArgumentTest ‑ single_single()
cloud.commandframework.arguments.standard.StringArrayParserTest ‑ Parse_GreedyFlagAwareLongFormFlag_EndsAfterFlag()
cloud.commandframework.arguments.standard.StringArrayParserTest ‑ Parse_GreedyFlagAwareShortFormFlag_EndsAfterFlag()
cloud.commandframework.arguments.standard.StringArrayParserTest ‑ Parse_RandomInput_CapturesAll()
cloud.commandframework.arguments.standard.StringParserTest ‑ Parse_GreedyFlagAwareLongFormFlag_EndsAfterFlag()
cloud.commandframework.arguments.standard.StringParserTest ‑ Parse_GreedyFlagAwareShortFormFlag_EndsAfterFlag()
cloud.commandframework.arguments.standard.UUIDParserTest ‑ Parse_NonUUID_FailedParse()
cloud.commandframework.arguments.standard.UUIDParserTest ‑ Parse_ValidUUID_SuccessfulParse()
cloud.commandframework.caption.PlaceholderReplacingCaptionFormatterTest ‑ replacesPlaceholders()
cloud.commandframework.caption.StandardCaptionRegistryTest ‑ [10] caption=Caption{key=argument.parse.failure.flag.duplicate_flag}
cloud.commandframework.caption.StandardCaptionRegistryTest ‑ [11] caption=Caption{key=argument.parse.failure.flag.no_flag_started}
cloud.commandframework.caption.StandardCaptionRegistryTest ‑ [12] caption=Caption{key=argument.parse.failure.flag.missing_argument}
cloud.commandframework.caption.StandardCaptionRegistryTest ‑ [13] caption=Caption{key=argument.parse.failure.flag.no_permission}
cloud.commandframework.caption.StandardCaptionRegistryTest ‑ [14] caption=Caption{key=argument.parse.failure.color}
cloud.commandframework.caption.StandardCaptionRegistryTest ‑ [15] caption=Caption{key=argument.parse.failure.duration}
cloud.commandframework.caption.StandardCaptionRegistryTest ‑ [16] caption=Caption{key=argument.parse.failure.aggregate.missing}
cloud.commandframework.caption.StandardCaptionRegistryTest ‑ [17] caption=Caption{key=argument.parse.failure.aggregate.failure}
cloud.commandframework.caption.StandardCaptionRegistryTest ‑ [1] caption=Caption{key=argument.parse.failure.no_input_was_provided}
cloud.commandframework.caption.StandardCaptionRegistryTest ‑ [2] caption=Caption{key=argument.parse.failure.boolean}
cloud.commandframework.caption.StandardCaptionRegistryTest ‑ [3] caption=Caption{key=argument.parse.failure.number}
cloud.commandframework.caption.StandardCaptionRegistryTest ‑ [4] caption=Caption{key=argument.parse.failure.char}
cloud.commandframework.caption.StandardCaptionRegistryTest ‑ [5] caption=Caption{key=argument.parse.failure.string}
cloud.commandframework.caption.StandardCaptionRegistryTest ‑ [6] caption=Caption{key=argument.parse.failure.uuid}
cloud.commandframework.caption.StandardCaptionRegistryTest ‑ [7] caption=Caption{key=argument.parse.failure.enum}
cloud.commandframework.caption.StandardCaptionRegistryTest ‑ [8] caption=Caption{key=argument.parse.failure.regex}
cloud.commandframework.caption.StandardCaptionRegistryTest ‑ [9] caption=Caption{key=argument.parse.failure.flag.unknown}
cloud.commandframework.caption.StandardCaptionRegistryTest ‑ unrecognizedCaptionThrowsException()
cloud.commandframework.context.CommandInputTest ‑ Difference_SameInput_ReturnsDifference()
cloud.commandframework.context.CommandInputTest ‑ MoveCursor_OutsideString_ThrowsException()
cloud.commandframework.context.CommandInputTest ‑ MoveCursor_WithinString_CursorMoves()
cloud.commandframework.context.CommandInputTest ‑ PeekString_EmptyString_ReturnsEmptyString()
cloud.commandframework.context.CommandInputTest ‑ PeekString_MultipleTokens_ReturnsFirstToken()
cloud.commandframework.context.CommandInputTest ‑ PeekString_SingleToken_ReturnsToken()
cloud.commandframework.context.CommandInputTest ‑ Peek_OutsideString_ThrowsException()
cloud.commandframework.context.CommandInputTest ‑ Peek_SeveralCharacters_ReturnsSubstring()
cloud.commandframework.context.CommandInputTest ‑ Peek_SingleCharacterOutsideString_ThrowsException()
cloud.commandframework.context.CommandInputTest ‑ Peek_SingleCharacter_ReturnsCharacter()
cloud.commandframework.context.CommandInputTest ‑ ReadStringSkipWhitespace_MultipleTokens_ReturnsFirstTokenAndConsumesWhitespace()
cloud.commandframework.context.CommandInputTest ‑ ReadString_EmptyString_ReturnsEmptyString()
cloud.commandframework.context.CommandInputTest ‑ ReadString_MultipleTokensWithLeadingWhitespace_ReturnsFirstTokenAndPreservesWhitespace()
cloud.commandframework.context.CommandInputTest ‑ ReadString_MultipleTokens_ReturnsFirstTokenAndPreservesWhitespace()
cloud.commandframework.context.CommandInputTest ‑ ReadString_SingleToken_ReturnsToken()
cloud.commandframework.context.CommandInputTest ‑ ReadUntilAndSkip_DoesNotContainSeparator_ReadsEntireString()
cloud.commandframework.context.CommandInputTest ‑ ReadUntilAndSkip_EmptyString_ReturnsEmptyString()
cloud.commandframework.context.CommandInputTest ‑ ReadUntilAndSkip_NonEmptyString_ReturnsAndSkips()
cloud.commandframework.context.CommandInputTest ‑ Read_OutsideString_ThrowsException()
cloud.commandframework.context.CommandInputTest ‑ Read_SeveralCharacters_ReturnsSubstring()
cloud.commandframework.context.CommandInputTest ‑ Read_SingleCharacterOutsideString_ThrowsException()
cloud.commandframework.context.CommandInputTest ‑ Read_SingleCharacter_ReturnsCharacter()
cloud.commandframework.context.CommandInputTest ‑ SkipWhitespace_AtWhitespace_Skips()
cloud.commandframework.context.CommandInputTest ‑ SkipWhitespace_NotAtWhitespace_DoesNotSkip()
cloud.commandframework.context.CommandInputTest ‑ SkipWhitespace_OnlyWhitespace_Skips()
cloud.commandframework.context.CommandInputTest ‑ SkipWhitespace_WithLimit_SkipsLimitedAmount()
cloud.commandframework.context.CommandInputTest ‑ [1] input= 
cloud.commandframework.context.CommandInputTest ‑ [1] input= hello world , expectedRead=hello
cloud.commandframework.context.CommandInputTest ‑ [1] input=hello world
cloud.commandframework.context.CommandInputTest ‑ [2] input=  hello world, expectedRead=hello
cloud.commandframework.context.CommandInputTest ‑ [2] input=does this work
cloud.commandframework.context.CommandInputTest ‑ [2] input=string
cloud.commandframework.context.CommandInputTest ‑ [3] input= , expectedRead=
cloud.commandframework.context.CommandInputTest ‑ [3] input= string
cloud.commandframework.context.CommandInputTest ‑ [3] input=trailing space? 
cloud.commandframework.context.CommandInputTest ‑ [4] input=  , expectedRead=
cloud.commandframework.context.CommandInputTest ‑ [4] input=a couple of strings
cloud.commandframework.context.CommandInputTest ‑ [5] input=a couple of strings 
cloud.commandframework.context.CommandInputTest ‑ [6] input=a couple of strings  
cloud.commandframework.context.ParsingContextTest ‑ testConsumedInput()
cloud.commandframework.context.ParsingContextTest ‑ testExactAlias()
cloud.commandframework.exceptions.NoPermissionExceptionTest ‑ testCommandPermission()
cloud.commandframework.exceptions.NoPermissionExceptionTest ‑ testSucceededResult()
cloud.commandframework.exceptions.handling.ExceptionControllerTest ‑ HandleException_NewExceptionThrown_ExceptionHandled()
cloud.commandframework.exceptions.handling.ExceptionControllerTest ‑ HandleException_NoFallback_ExceptionReThrown()
cloud.commandframework.exceptions.handling.ExceptionControllerTest ‑ HandleException_ParentType_ExceptionHandled()
cloud.commandframework.exceptions.handling.ExceptionControllerTest ‑ HandleException_PassThroughHandlerWithConsumer_ExceptionHandled()
cloud.commandframework.exceptions.handling.ExceptionControllerTest ‑ HandleException_PassThroughHandler_ExceptionHandled()
cloud.commandframework.exceptions.handling.ExceptionControllerTest ‑ HandleException_PreciseType_ExceptionHandled()
cloud.commandframework.exceptions.handling.ExceptionControllerTest ‑ HandleException_UnwrappingHandler_ExceptionHandled()
cloud.commandframework.execution.CommandSuggestionProcessorTest ‑ testFiltering()
cloud.commandframework.execution.CommandSuggestionProcessorTest ‑ testModifying()
cloud.commandframework.execution.ExecutionCoordinatorTest ‑ [1] exception=java.util.concurrent.CompletionException: java.lang.RuntimeException
cloud.commandframework.execution.ExecutionCoordinatorTest ‑ [2] exception=java.lang.RuntimeException
cloud.commandframework.execution.ExecutionCoordinatorTest ‑ [3] exception=cloud.commandframework.exceptions.CommandExecutionException: java.lang.RuntimeException
cloud.commandframework.execution.FilteringCommandSuggestionProcessorTest ‑ [1] input=test1 , expected=[a b c d e, x y z a]
cloud.commandframework.execution.FilteringCommandSuggestionProcessorTest ‑ [2] input=test1 a, expected=[a b c d e, x y z a]
cloud.commandframework.execution.FilteringCommandSuggestionProcessorTest ‑ [3] input=test1 a e, expected=[a b c d e]
cloud.commandframework.execution.FilteringCommandSuggestionProcessorTest ‑ [4] input=test1 a e a, expected=[]
cloud.commandframework.execution.FilteringCommandSuggestionProcessorTest ‑ [5] input=test1 z, expected=[x y z a]
cloud.commandframework.execution.MulticastDelegateFutureCommandExecutionHandlerTest ‑ ExecuteFuture_FailedFuture_StopsDelegating()
cloud.commandframework.execution.MulticastDelegateFutureCommandExecutionHandlerTest ‑ ExecuteFuture_HappyFlow_Success()
cloud.commandframework.feature.ArbitraryPositionFlagTest ‑ testFailBeforeLiterals()
cloud.commandframework.feature.ArbitraryPositionFlagTest ‑ testMultiFlagThrows()
cloud.commandframework.feature.ArbitraryPositionFlagTest ‑ testParsingAllLocations()
cloud.commandframework.feature.ChangedCommandSenderTypeTest ‑ test()
cloud.commandframework.feature.DefaultValueTest ‑ Constant_HappyFlow_Success()
cloud.commandframework.feature.DefaultValueTest ‑ Dynamic_HappyFlow_Success()
cloud.commandframework.feature.DefaultValueTest ‑ Parsed_HappyFlow_Success()
cloud.commandframework.feature.MultiTokenParserTest ‑ testParsing()
cloud.commandframework.feature.MultiTokenParserTest ‑ testSuggestionsAfterFruit()
cloud.commandframework.feature.MultiTokenParserTest ‑ testSuggestionsAfterMonkey()
cloud.commandframework.feature.MultiTokenParserTest ‑ testSuggestionsAfterName()
cloud.commandframework.feature.MultiTokenParserTest ‑ testSuggestionsNoInput()
cloud.commandframework.feature.RepeatableFlagTest ‑ testParsingRepeatingPresenceFlags()
cloud.commandframework.feature.RepeatableFlagTest ‑ testParsingRepeatingValueFlags()
cloud.commandframework.feature.RepeatableFlagTest ‑ testSuggestingRepeatableFlags()
cloud.commandframework.help.StandardHelpHandlerTest ‑ [1] queryString=test int, syntax=test int <int>
cloud.commandframework.help.StandardHelpHandlerTest ‑ [2] queryString=test int <int>, syntax=test int <int>
cloud.commandframework.help.StandardHelpHandlerTest ‑ [3] queryString=test foo, syntax=test foo bar
cloud.commandframework.help.StandardHelpHandlerTest ‑ [4] queryString=test foo bar, syntax=test foo bar
cloud.commandframework.help.StandardHelpHandlerTest ‑ [5] queryString=test <string>, syntax=test <string>
cloud.commandframework.help.StandardHelpHandlerTest ‑ testFilter()
cloud.commandframework.help.StandardHelpHandlerTest ‑ testMulti()
cloud.commandframework.help.StandardHelpHandlerTest ‑ testRootIndex()
cloud.commandframework.issue.Issue281 ‑ commandExceptionShouldNotBeSwallowed()
cloud.commandframework.issue.Issue321 ‑ flagSucceedingFlagWithStringArrayArgument()
cloud.commandframework.issue.Issue337 ‑ emptyCommandTreeThrowsNoSuchCommandException()
cloud.commandframework.keys.CloudKeyContainerTest ‑ GetOrDefault_CloudKey_ValueMissing_ReturnsDefault()
cloud.commandframework.keys.CloudKeyContainerTest ‑ GetOrDefault_CloudKey_ValuePresent_ReturnsValue()
cloud.commandframework.keys.CloudKeyContainerTest ‑ GetOrDefault_String_ValueMissing_ReturnsDefault()
cloud.commandframework.keys.CloudKeyContainerTest ‑ GetOrDefault_String_ValuePresent_ReturnsValue()
cloud.commandframework.keys.CloudKeyContainerTest ‑ GetOrSupplyDefault_CloudKey_ValueMissing_ReturnsDefault()
cloud.commandframework.keys.CloudKeyContainerTest ‑ GetOrSupplyDefault_CloudKey_ValuePresent_ReturnsValue()
cloud.commandframework.keys.CloudKeyContainerTest ‑ GetOrSupplyDefault_String_ValueMissing_ReturnsDefault()
cloud.commandframework.keys.CloudKeyContainerTest ‑ GetOrSupplyDefault_String_ValuePresent_ReturnsValue()
cloud.commandframework.keys.CloudKeyContainerTest ‑ Get_CloudKey_ValueMissing_ThrowsException()
cloud.commandframework.keys.CloudKeyContainerTest ‑ Get_CloudKey_ValuePresent_ReturnsValue()
cloud.commandframework.keys.CloudKeyContainerTest ‑ Get_String_ValueMissing_ThrowsException()
cloud.commandframework.keys.CloudKeyContainerTest ‑ Get_String_ValuePresent_ReturnsValue()
cloud.commandframework.keys.CloudKeyContainerTest ‑ Optional_CloudKey_ValueMissing_ReturnsEmptyOptional()
cloud.commandframework.keys.CloudKeyContainerTest ‑ Optional_CloudKey_ValuePresent_ReturnsValue()
cloud.commandframework.keys.CloudKeyContainerTest ‑ Optional_String_ValueMissing_ReturnsEmptyOptional()
cloud.commandframework.keys.CloudKeyContainerTest ‑ Optional_String_ValuePresent_ReturnsValue()
cloud.commandframework.kotlin.CommandBuildingDSLTest ‑ testCommandDSL()
cloud.commandframework.kotlin.coroutines.SuspendingArgumentParserTest ‑ test()
cloud.commandframework.kotlin.coroutines.SuspendingHandlerTest ‑ test()
cloud.commandframework.kotlin.coroutines.annotations.KotlinAnnotatedMethodsTest ‑ test method with default value()
cloud.commandframework.kotlin.coroutines.annotations.KotlinAnnotatedMethodsTest ‑ test non-suspending suggestion method()
cloud.commandframework.kotlin.coroutines.annotations.KotlinAnnotatedMethodsTest ‑ test suspending command methods with exception()
cloud.commandframework.kotlin.coroutines.annotations.KotlinAnnotatedMethodsTest ‑ test suspending command methods()
cloud.commandframework.kotlin.coroutines.annotations.KotlinAnnotatedMethodsTest ‑ test suspending suggestion method()
cloud.commandframework.services.ServicesTest ‑ testAnnotatedMethods()
cloud.commandframework.services.ServicesTest ‑ testConsumerServices()
cloud.commandframework.services.ServicesTest ‑ testExceptions()
cloud.commandframework.services.ServicesTest ‑ testForwarding()
cloud.commandframework.services.ServicesTest ‑ testImplementationGetters()
cloud.commandframework.services.ServicesTest ‑ testPartialResultServices()
cloud.commandframework.services.ServicesTest ‑ testPipeline()
cloud.commandframework.services.ServicesTest ‑ testRecognisedTypes()
cloud.commandframework.services.ServicesTest ‑ testSideEffectServices()
cloud.commandframework.services.ServicesTest ‑ testSorting()
cloud.commandframework.settings.EnumConfigurableTest ‑ testGetNonExisting()
cloud.commandframework.settings.EnumConfigurableTest ‑ testSetFalse()
cloud.commandframework.settings.EnumConfigurableTest ‑ testSetTrue()
cloud.commandframework.state.StatefulTest ‑ RequireState_ExpectedState_Success()
cloud.commandframework.state.StatefulTest ‑ RequireState_UnexpectedState_ThrowsException()
cloud.commandframework.state.StatefulTest ‑ TransitionOrThrow_ExpectedInState_Success()
cloud.commandframework.state.StatefulTest ‑ TransitionOrThrow_ExpectedOutState_Success()
cloud.commandframework.state.StatefulTest ‑ TransitionOrThrow_UnexpectedState_ThrowsException()