Skip to content

Improve command completion #137

Improve command completion

Improve command completion #137

GitHub Actions / XUnit Tests succeeded Dec 26, 2024 in 1s

723 passed, 0 failed and 0 skipped

Tests passed successfully

✅ /home/runner/work/commands/commands/test-results.trx

723 tests were completed in 2s with 723 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
JSSoft.Commands.Tests.CommandCollectionTest 3✅ 6ms
JSSoft.Commands.Tests.CommandContextTests.CommandAsICustomCommandDescriptor 1✅ 6ms
JSSoft.Commands.Tests.CommandContextTests.CommandsOrderTest 1✅ 1ms
JSSoft.Commands.Tests.CommandContextTests.CompletionsTest 18✅ 17ms
JSSoft.Commands.Tests.CommandContextTests.CustomCommandTest 3✅ 3ms
JSSoft.Commands.Tests.CommandContextTests.CustomParameterFailTest 2✅ 2ms
JSSoft.Commands.Tests.CommandContextTests.CustomParameterTest 5✅ 15ms
JSSoft.Commands.Tests.CommandContextTests.SubCommandTest 1✅ 1ms
JSSoft.Commands.Tests.CommandContextTests.TaskCanceledTest 1✅ 17ms
JSSoft.Commands.Tests.CommandDescriptorTest 1✅ 1ms
JSSoft.Commands.Tests.CommandDescriptorTests.GetMemberDescriptorsMethodTests.BasicClass_Browsable_False_Test 6✅ 1ms
JSSoft.Commands.Tests.CommandDescriptorTests.GetMemberDescriptorsMethodTests.BasicClass_Browsable_True_Test 6✅ 2ms
JSSoft.Commands.Tests.CommandDescriptorTests.GetMemberDescriptorsMethodTests.BasicClass_Test 14✅ 4ms
JSSoft.Commands.Tests.CommandDescriptorTests.GetMemberDescriptorsMethodTests.BasicClass_Test_FailTest 9✅ 3ms
JSSoft.Commands.Tests.CommandDescriptorTests.GetMemberDescriptorsTypeTests.BasicClass_Browable_False_Test 2✅ 0ms
JSSoft.Commands.Tests.CommandDescriptorTests.GetMemberDescriptorsTypeTests.BasicClass_Browable_True_Test 2✅ 6ms
JSSoft.Commands.Tests.CommandDescriptorTests.GetMemberDescriptorsTypeTests.BasicClass_MultiplePropertyArray_FailTest 2✅ 1ms
JSSoft.Commands.Tests.CommandDescriptorTests.GetMemberDescriptorsTypeTests.BasicClass_Test 3✅ 1ms
JSSoft.Commands.Tests.CommandDescriptorTests.GetMemberDescriptorsTypeTests.BasicClass_With_1_StaticClass_Test 3✅ 2ms
JSSoft.Commands.Tests.CommandDescriptorTests.GetMemberDescriptorsTypeTests.BasicClass_With_2_StaticClass1_Test 3✅ 4ms
JSSoft.Commands.Tests.CommandDescriptorTests.GetMemberDescriptorsTypeTests.BasicClass_With_StaticClass_FailTest 7✅ 4ms
JSSoft.Commands.Tests.CommandDescriptorTests.GetMemberDescriptorsTypeTests.StaticClass_Browable_False_Test 1✅ 0ms
JSSoft.Commands.Tests.CommandDescriptorTests.GetMemberDescriptorsTypeTests.StaticClass_Browable_True_Test 1✅ 0ms
JSSoft.Commands.Tests.CommandDescriptorTests.GetMemberDescriptorsTypeTests.StaticClass_MultiplePropertyArray_FailTest 1✅ 1ms
JSSoft.Commands.Tests.CommandDescriptorTests.GetMemberDescriptorsTypeTests.StaticClass_Test 1✅ 1ms
JSSoft.Commands.Tests.CommandDescriptorTests.GetMemberDescriptorsTypeTests.StaticClass_With_StaticClass_FailTest 1✅ 1ms
JSSoft.Commands.Tests.CommandInvokerTests.InvokeTest 14✅ 6ms
JSSoft.Commands.Tests.CommandInvokerTests.StaticInvokeTest 14✅ 6ms
JSSoft.Commands.Tests.CommandInvokerTests.Validation_Test 2✅ 2ms
JSSoft.Commands.Tests.CommandMemberDescriptorCollectionTest 3✅ 5ms
JSSoft.Commands.Tests.CommandMemberDescriptorTests.Parameter_Required_Test 3✅ 1ms
JSSoft.Commands.Tests.CommandMemberDescriptorTests.Parameter_Variables_Test 2✅ 1ms
JSSoft.Commands.Tests.CommandMemberDescriptorTests.Property_Custom_Test 9✅ 6ms
JSSoft.Commands.Tests.CommandMemberDescriptorTests.Property_CustomArray_Test 9✅ 12ms
JSSoft.Commands.Tests.CommandMemberDescriptorTests.Property_Explicit_Required_Test 6✅ 3ms
JSSoft.Commands.Tests.CommandMemberDescriptorTests.Property_General_All_Test 2✅ 2ms
JSSoft.Commands.Tests.CommandMemberDescriptorTests.Property_General_FailTest 4✅ 1ms
JSSoft.Commands.Tests.CommandMemberDescriptorTests.Property_General_ReadOnly_FailTest 1✅ 1ms
JSSoft.Commands.Tests.CommandMemberDescriptorTests.Property_General_Test 6✅ 3ms
JSSoft.Commands.Tests.CommandMemberDescriptorTests.Property_General_WriteOnly_FailTest 1✅ 1ms
JSSoft.Commands.Tests.CommandMemberDescriptorTests.Property_MultipleDefinition_FailTest 20✅ 5ms
JSSoft.Commands.Tests.CommandMemberDescriptorTests.Property_Required_Test 3✅ 1ms
JSSoft.Commands.Tests.CommandMemberDescriptorTests.Property_Switch_FailTest 13✅ 5ms
JSSoft.Commands.Tests.CommandMemberDescriptorTests.Property_Switch_Test 6✅ 5ms
JSSoft.Commands.Tests.CommandMemberDescriptorTests.Property_Variables_FailTest 14✅ 5ms
JSSoft.Commands.Tests.CommandMemberDescriptorTests.Property_Variables_Test 3✅ 1ms
JSSoft.Commands.Tests.CommandMemberInfoTest 5✅ 5ms
JSSoft.Commands.Tests.CommandMethodDescriptorCollectionTest 3✅ 5ms
JSSoft.Commands.Tests.CommandMethodDescriptorTests.AsyncMethod_FailTest 9✅ 4ms
JSSoft.Commands.Tests.CommandMethodDescriptorTests.AsyncMethod_Test 11✅ 8ms
JSSoft.Commands.Tests.CommandMethodDescriptorTests.Method_FailTest 2✅ 1ms
JSSoft.Commands.Tests.CommandMethodDescriptorTests.Method_Test 5✅ 1ms
JSSoft.Commands.Tests.CommandMethodDescriptorTests.Parameter_Test 2✅ 2ms
JSSoft.Commands.Tests.CommandMethodDescriptorTests.ParameterArray_FailTest 6✅ 6ms
JSSoft.Commands.Tests.CommandMethodDescriptorTests.ParameterArray_Test 5✅ 2ms
JSSoft.Commands.Tests.CommandParserTests.BaseTest 1✅ 0ms
JSSoft.Commands.Tests.CommandParserTests.ParseArgumentsTest 26✅ 47ms
JSSoft.Commands.Tests.CommandParserTests.ParseArrayPropertyTest 13✅ 8ms
JSSoft.Commands.Tests.CommandParserTests.ParseTest 67✅ 31ms
JSSoft.Commands.Tests.CommandParserTests.ValidationParameter_Test 8✅ 10ms
JSSoft.Commands.Tests.CommandParserTests.ValidationProperty_Test 8✅ 5ms
JSSoft.Commands.Tests.CommandPropertyArrayTest 4✅ 3ms
JSSoft.Commands.Tests.CommandUtilityTest 224✅ 12ms
JSSoft.Commands.Tests.DoubleQuotesParseTest 4✅ 1ms
JSSoft.Commands.Tests.LockTest 6✅ 8ms
JSSoft.Commands.Tests.NullableParseTest 5✅ 9ms
JSSoft.Commands.Tests.ParseContextTest 21✅ 3ms
JSSoft.Commands.Tests.ParseTest 5✅ 3ms
JSSoft.Commands.Tests.ProgressTest 6✅ 81ms
JSSoft.Commands.Tests.PropertyArrayTest 4✅ 2ms
JSSoft.Commands.Tests.ResourceUsageDescriptorTests.ResourceUsageDescriptorTest 7✅ 1ms
JSSoft.Commands.Tests.RunScriptTest 6✅ 28ms
JSSoft.Commands.Tests.RunTest 5✅ 2ms
JSSoft.Commands.Tests.SingleQuoteParseTest 3✅ 1ms
JSSoft.Commands.Tests.StepProgressTest 8✅ 23ms
JSSoft.Commands.Tests.UnitTest1 8✅ 5ms
JSSoft.Commands.Tests.UnlockTest 3✅ 2ms