build(deps): bump cycjimmy/semantic-release-action from 4.1.0 to 4.1.1 #239
GitHub Actions / Test Results
succeeded
Sep 27, 2024 in 0s
350 passed, 0 failed and 0 skipped
✅ ./TestResults/PowerUtils.xUnit.Extensions.Tests_net5.0.trx
70 tests were completed in 2s with 70 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
PowerUtils.xUnit.Extensions.Tests.NonPublicConstructorTests | 5✅ | 29ms | ||
PowerUtils.xUnit.Extensions.Tests.NonPublicMethodTests | 24✅ | 117ms | ||
PowerUtils.xUnit.Extensions.Tests.NonPublicPropertyTests | 12✅ | 15ms | ||
PowerUtils.xUnit.Extensions.Tests.OrderedTests | 5✅ | 2ms | ||
PowerUtils.xUnit.Extensions.Tests.StaticNonPublicMethodTests | 24✅ | 532ms |
✅ PowerUtils.xUnit.Extensions.Tests.NonPublicConstructorTests
✅ NonPublicConstructorWithParametersNotMatch_Create_ConstructorNotFoundException
✅ PrivateConstructorWithoutParameters_Create_Instance
✅ ProtectedConstructorWithProperties_Create_Instance
✅ ProtectedConstructorWithPropertiesDifferentOrder_Create_Instance
✅ UnexistentNonPublicConstructor_Create_ConstructorNotFoundException
✅ PowerUtils.xUnit.Extensions.Tests.NonPublicMethodTests
✅ MethodWithInternalException_InvokeNonPublicMethodAsync_MethodNotFoundException
✅ NonexistentMethod_InvokeNonPublicMethodAsync_MethodNotFoundException
✅ NonexistentMethod_WithoutParametersAndReturn_MethodNotFoundException
✅ Null_WithoutParametersAndReturn_ArgumentNullException
✅ NullObject_InvokeNonPublicMethodAsync_ArgumentNullException
✅ PrivateAsyncMethod_InvokeNonPublicMethodAsync_CallMethodException
✅ PrivateAsyncMethod_InvokeNonPublicMethodAsync_ReturnsException2
✅ PrivateAsyncMethod_WithoutParametersAndReturn_Null
✅ PrivateAsyncMethodWithoutParametersAndRetun_InvokeNonPublicMethodAsync_ArgumentException
✅ PrivateAsyncMethodWithReturnAndParameters_InvokeNonPublicMethodAsync_ArgumentException
✅ PrivateAsyncMethodWithReturnAndParameters_InvokeNonPublicMethodAsync_ReturnsValue
✅ PrivateMethodAndNullObject_InvokeNonPublicMethod_ArgumentNullException
✅ PrivateMethodUnexistingMethodWithoutParametersAndRetun_InvokeNonPublicMethod_MethodNotFoundException
✅ PrivateMethodUnexistingMethodWitRetun_InvokeNonPublicMethod_MethodNotFoundException
✅ PrivateMethodWithoutParametersAndRetun_InvokeNonPublicMethod_ArgumentException
✅ PrivateMethodWithoutParametersAndRetun_InvokeNonPublicMethod_OnlyCall
✅ PrivateMethodWithParameters_InvokeNonPublicMethod_ReturnsException
✅ PrivateMethodWithParameters_InvokeNonPublicMethod_WithoutReturn
✅ PrivateMethodWithReturn_InvokeNonPublicMethod_ReturnsException
✅ PrivateMethodWithReturn_InvokeNonPublicMethod_ReturnsValue
✅ PrivateMethodWithReturnAndParameters_InvokeNonPublicMethod_ReturnsException
✅ PrivateMethodWithReturnAndParameters_InvokeNonPublicMethod_ReturnsValue
✅ ProtectedMethodWithReturn_InvokeNonPublicMethod_ReturnsValue
✅ VoidPrivateMethodAndNullObject_InvokeNonPublicMethod_ArgumentNullException
✅ PowerUtils.xUnit.Extensions.Tests.NonPublicPropertyTests
✅ PrivateFieldAndNullObject_SetNonPublicField_ArgumentNullException
✅ PrivateFieldExistebtValue_SetNonPublicField_SetValue
✅ PrivateFieldUnexistentField_SetNonPublicField_FieldNotFoundException
✅ PrivatePropertyAndNullObject_SetNonPublicProperty_ArgumentNullException
✅ PrivatePropertyAndSetPrivateField_SetNonPublicField_FieldNotFoundException
✅ PrivatePropertyExistentProperty_SetNonPublicProperty_SetValue
✅ PrivatePropertyOnlyPrivateSet_SetNonPublicProperty_PropertyNotFoundException
✅ PrivatePropertyUnexistentProperty_SetNonPublicProperty_PropertyNotFoundException
✅ PrivatePropertyWithPrivateSet_SetNonPublicProperty_SetProperty
✅ PrivateSetPropertyAndNullObject_SetNonPublicProperty_ArgumentNullException
✅ ProtectedField_SetNonPublicField_SetValue
✅ ProtectedProperty_SetNonPublicProperty_SetProperty
✅ PowerUtils.xUnit.Extensions.Tests.OrderedTests
✅ Priority1_Call_FirstCalled
✅ Priority2_Call_SecondCalled
✅ Priority3_Call_ThirdCalled
✅ Priority4_Call_FourthCalled
✅ Priority5_Call_FifthCalled
✅ PowerUtils.xUnit.Extensions.Tests.StaticNonPublicMethodTests
✅ MethodWithInternalException_InvokeAsyncWithReturn_FakeException
✅ NonexistentMethod_InvokeAsync_ArgumentNullException
✅ NonexistentMethod_InvokeAsync_MethodNotFoundException
✅ Null_InvokeAsync_ArgumentNullException
✅ NullType_InvokeAsync_ArgumentNullException
✅ PrivateAsyncMethodWithoutParametersAndRetun_InvokeAsync_ArgumentException
✅ PrivateAsyncMethodWithoutParametersAndRetun_InvokeAsync_PropShouldChangeToTrue
✅ PrivateAsyncMethodWithoutReturn_InvokeAsync_CallMethodException
✅ PrivateAsyncMethodWithReturn_InvokeAsync_CallMethodException
✅ PrivateAsyncMethodWithReturnAndParameters_InvokeAsync_ArgumentException
✅ PrivateAsyncMethodWithReturnAndParameters_InvokeAsync_ReturnsValue
✅ PrivateMethodAndNullType_Invoke_ArgumentNullException
✅ PrivateMethodAndUnexistentMethodWithoutParametersAndRetun_Invoke_MethodNotFoundException
✅ PrivateMethodAndUnexistentMethodWitRetun_Invoke_MethodNotFoundException
✅ PrivateMethodWithoutParametersAndRetun_Invoke_ArgumentException
✅ PrivateMethodWithoutParametersAndRetun_Invoke_OnlyCall
✅ PrivateMethodWithParameters_Invoke_ArgumentException
✅ PrivateMethodWithParameters_Invoke_WithoutReturn
✅ PrivateMethodWithReturn_Invoke_ArgumentException
✅ PrivateMethodWithReturn_Invoke_ReturnsValue
✅ PrivateMethodWithReturnAndInternalException_InvokeAsync_FakeException
✅ PrivateMethodWithReturnAndParameters_Invoke_ArgumentException
✅ PrivateMethodWithReturnAndParameters_Invoke_ReturnsValue
✅ VoidPrivateMethodAndNullObject_Invoke_ArgumentNullException
✅ ./TestResults/PowerUtils.xUnit.Extensions.Tests_net6.0.trx
70 tests were completed in 3s with 70 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
PowerUtils.xUnit.Extensions.Tests.NonPublicConstructorTests | 5✅ | 112ms | ||
PowerUtils.xUnit.Extensions.Tests.NonPublicMethodTests | 24✅ | 192ms | ||
PowerUtils.xUnit.Extensions.Tests.NonPublicPropertyTests | 12✅ | 50ms | ||
PowerUtils.xUnit.Extensions.Tests.OrderedTests | 5✅ | 6ms | ||
PowerUtils.xUnit.Extensions.Tests.StaticNonPublicMethodTests | 24✅ | 553ms |
✅ PowerUtils.xUnit.Extensions.Tests.NonPublicConstructorTests
✅ NonPublicConstructorWithParametersNotMatch_Create_ConstructorNotFoundException
✅ PrivateConstructorWithoutParameters_Create_Instance
✅ ProtectedConstructorWithProperties_Create_Instance
✅ ProtectedConstructorWithPropertiesDifferentOrder_Create_Instance
✅ UnexistentNonPublicConstructor_Create_ConstructorNotFoundException
✅ PowerUtils.xUnit.Extensions.Tests.NonPublicMethodTests
✅ MethodWithInternalException_InvokeNonPublicMethodAsync_MethodNotFoundException
✅ NonexistentMethod_InvokeNonPublicMethodAsync_MethodNotFoundException
✅ NonexistentMethod_WithoutParametersAndReturn_MethodNotFoundException
✅ Null_WithoutParametersAndReturn_ArgumentNullException
✅ NullObject_InvokeNonPublicMethodAsync_ArgumentNullException
✅ PrivateAsyncMethod_InvokeNonPublicMethodAsync_CallMethodException
✅ PrivateAsyncMethod_InvokeNonPublicMethodAsync_ReturnsException2
✅ PrivateAsyncMethod_WithoutParametersAndReturn_Null
✅ PrivateAsyncMethodWithoutParametersAndRetun_InvokeNonPublicMethodAsync_ArgumentException
✅ PrivateAsyncMethodWithReturnAndParameters_InvokeNonPublicMethodAsync_ArgumentException
✅ PrivateAsyncMethodWithReturnAndParameters_InvokeNonPublicMethodAsync_ReturnsValue
✅ PrivateMethodAndNullObject_InvokeNonPublicMethod_ArgumentNullException
✅ PrivateMethodUnexistingMethodWithoutParametersAndRetun_InvokeNonPublicMethod_MethodNotFoundException
✅ PrivateMethodUnexistingMethodWitRetun_InvokeNonPublicMethod_MethodNotFoundException
✅ PrivateMethodWithoutParametersAndRetun_InvokeNonPublicMethod_ArgumentException
✅ PrivateMethodWithoutParametersAndRetun_InvokeNonPublicMethod_OnlyCall
✅ PrivateMethodWithParameters_InvokeNonPublicMethod_ReturnsException
✅ PrivateMethodWithParameters_InvokeNonPublicMethod_WithoutReturn
✅ PrivateMethodWithReturn_InvokeNonPublicMethod_ReturnsException
✅ PrivateMethodWithReturn_InvokeNonPublicMethod_ReturnsValue
✅ PrivateMethodWithReturnAndParameters_InvokeNonPublicMethod_ReturnsException
✅ PrivateMethodWithReturnAndParameters_InvokeNonPublicMethod_ReturnsValue
✅ ProtectedMethodWithReturn_InvokeNonPublicMethod_ReturnsValue
✅ VoidPrivateMethodAndNullObject_InvokeNonPublicMethod_ArgumentNullException
✅ PowerUtils.xUnit.Extensions.Tests.NonPublicPropertyTests
✅ PrivateFieldAndNullObject_SetNonPublicField_ArgumentNullException
✅ PrivateFieldExistebtValue_SetNonPublicField_SetValue
✅ PrivateFieldUnexistentField_SetNonPublicField_FieldNotFoundException
✅ PrivatePropertyAndNullObject_SetNonPublicProperty_ArgumentNullException
✅ PrivatePropertyAndSetPrivateField_SetNonPublicField_FieldNotFoundException
✅ PrivatePropertyExistentProperty_SetNonPublicProperty_SetValue
✅ PrivatePropertyOnlyPrivateSet_SetNonPublicProperty_PropertyNotFoundException
✅ PrivatePropertyUnexistentProperty_SetNonPublicProperty_PropertyNotFoundException
✅ PrivatePropertyWithPrivateSet_SetNonPublicProperty_SetProperty
✅ PrivateSetPropertyAndNullObject_SetNonPublicProperty_ArgumentNullException
✅ ProtectedField_SetNonPublicField_SetValue
✅ ProtectedProperty_SetNonPublicProperty_SetProperty
✅ PowerUtils.xUnit.Extensions.Tests.OrderedTests
✅ Priority1_Call_FirstCalled
✅ Priority2_Call_SecondCalled
✅ Priority3_Call_ThirdCalled
✅ Priority4_Call_FourthCalled
✅ Priority5_Call_FifthCalled
✅ PowerUtils.xUnit.Extensions.Tests.StaticNonPublicMethodTests
✅ MethodWithInternalException_InvokeAsyncWithReturn_FakeException
✅ NonexistentMethod_InvokeAsync_ArgumentNullException
✅ NonexistentMethod_InvokeAsync_MethodNotFoundException
✅ Null_InvokeAsync_ArgumentNullException
✅ NullType_InvokeAsync_ArgumentNullException
✅ PrivateAsyncMethodWithoutParametersAndRetun_InvokeAsync_ArgumentException
✅ PrivateAsyncMethodWithoutParametersAndRetun_InvokeAsync_PropShouldChangeToTrue
✅ PrivateAsyncMethodWithoutReturn_InvokeAsync_CallMethodException
✅ PrivateAsyncMethodWithReturn_InvokeAsync_CallMethodException
✅ PrivateAsyncMethodWithReturnAndParameters_InvokeAsync_ArgumentException
✅ PrivateAsyncMethodWithReturnAndParameters_InvokeAsync_ReturnsValue
✅ PrivateMethodAndNullType_Invoke_ArgumentNullException
✅ PrivateMethodAndUnexistentMethodWithoutParametersAndRetun_Invoke_MethodNotFoundException
✅ PrivateMethodAndUnexistentMethodWitRetun_Invoke_MethodNotFoundException
✅ PrivateMethodWithoutParametersAndRetun_Invoke_ArgumentException
✅ PrivateMethodWithoutParametersAndRetun_Invoke_OnlyCall
✅ PrivateMethodWithParameters_Invoke_ArgumentException
✅ PrivateMethodWithParameters_Invoke_WithoutReturn
✅ PrivateMethodWithReturn_Invoke_ArgumentException
✅ PrivateMethodWithReturn_Invoke_ReturnsValue
✅ PrivateMethodWithReturnAndInternalException_InvokeAsync_FakeException
✅ PrivateMethodWithReturnAndParameters_Invoke_ArgumentException
✅ PrivateMethodWithReturnAndParameters_Invoke_ReturnsValue
✅ VoidPrivateMethodAndNullObject_Invoke_ArgumentNullException
✅ ./TestResults/PowerUtils.xUnit.Extensions.Tests_net7.0.trx
70 tests were completed in 5s with 70 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
PowerUtils.xUnit.Extensions.Tests.NonPublicConstructorTests | 5✅ | 69ms | ||
PowerUtils.xUnit.Extensions.Tests.NonPublicMethodTests | 24✅ | 177ms | ||
PowerUtils.xUnit.Extensions.Tests.NonPublicPropertyTests | 12✅ | 33ms | ||
PowerUtils.xUnit.Extensions.Tests.OrderedTests | 5✅ | 2ms | ||
PowerUtils.xUnit.Extensions.Tests.StaticNonPublicMethodTests | 24✅ | 559ms |
✅ PowerUtils.xUnit.Extensions.Tests.NonPublicConstructorTests
✅ NonPublicConstructorWithParametersNotMatch_Create_ConstructorNotFoundException
✅ PrivateConstructorWithoutParameters_Create_Instance
✅ ProtectedConstructorWithProperties_Create_Instance
✅ ProtectedConstructorWithPropertiesDifferentOrder_Create_Instance
✅ UnexistentNonPublicConstructor_Create_ConstructorNotFoundException
✅ PowerUtils.xUnit.Extensions.Tests.NonPublicMethodTests
✅ MethodWithInternalException_InvokeNonPublicMethodAsync_MethodNotFoundException
✅ NonexistentMethod_InvokeNonPublicMethodAsync_MethodNotFoundException
✅ NonexistentMethod_WithoutParametersAndReturn_MethodNotFoundException
✅ Null_WithoutParametersAndReturn_ArgumentNullException
✅ NullObject_InvokeNonPublicMethodAsync_ArgumentNullException
✅ PrivateAsyncMethod_InvokeNonPublicMethodAsync_CallMethodException
✅ PrivateAsyncMethod_InvokeNonPublicMethodAsync_ReturnsException2
✅ PrivateAsyncMethod_WithoutParametersAndReturn_Null
✅ PrivateAsyncMethodWithoutParametersAndRetun_InvokeNonPublicMethodAsync_ArgumentException
✅ PrivateAsyncMethodWithReturnAndParameters_InvokeNonPublicMethodAsync_ArgumentException
✅ PrivateAsyncMethodWithReturnAndParameters_InvokeNonPublicMethodAsync_ReturnsValue
✅ PrivateMethodAndNullObject_InvokeNonPublicMethod_ArgumentNullException
✅ PrivateMethodUnexistingMethodWithoutParametersAndRetun_InvokeNonPublicMethod_MethodNotFoundException
✅ PrivateMethodUnexistingMethodWitRetun_InvokeNonPublicMethod_MethodNotFoundException
✅ PrivateMethodWithoutParametersAndRetun_InvokeNonPublicMethod_ArgumentException
✅ PrivateMethodWithoutParametersAndRetun_InvokeNonPublicMethod_OnlyCall
✅ PrivateMethodWithParameters_InvokeNonPublicMethod_ReturnsException
✅ PrivateMethodWithParameters_InvokeNonPublicMethod_WithoutReturn
✅ PrivateMethodWithReturn_InvokeNonPublicMethod_ReturnsException
✅ PrivateMethodWithReturn_InvokeNonPublicMethod_ReturnsValue
✅ PrivateMethodWithReturnAndParameters_InvokeNonPublicMethod_ReturnsException
✅ PrivateMethodWithReturnAndParameters_InvokeNonPublicMethod_ReturnsValue
✅ ProtectedMethodWithReturn_InvokeNonPublicMethod_ReturnsValue
✅ VoidPrivateMethodAndNullObject_InvokeNonPublicMethod_ArgumentNullException
✅ PowerUtils.xUnit.Extensions.Tests.NonPublicPropertyTests
✅ PrivateFieldAndNullObject_SetNonPublicField_ArgumentNullException
✅ PrivateFieldExistebtValue_SetNonPublicField_SetValue
✅ PrivateFieldUnexistentField_SetNonPublicField_FieldNotFoundException
✅ PrivatePropertyAndNullObject_SetNonPublicProperty_ArgumentNullException
✅ PrivatePropertyAndSetPrivateField_SetNonPublicField_FieldNotFoundException
✅ PrivatePropertyExistentProperty_SetNonPublicProperty_SetValue
✅ PrivatePropertyOnlyPrivateSet_SetNonPublicProperty_PropertyNotFoundException
✅ PrivatePropertyUnexistentProperty_SetNonPublicProperty_PropertyNotFoundException
✅ PrivatePropertyWithPrivateSet_SetNonPublicProperty_SetProperty
✅ PrivateSetPropertyAndNullObject_SetNonPublicProperty_ArgumentNullException
✅ ProtectedField_SetNonPublicField_SetValue
✅ ProtectedProperty_SetNonPublicProperty_SetProperty
✅ PowerUtils.xUnit.Extensions.Tests.OrderedTests
✅ Priority1_Call_FirstCalled
✅ Priority2_Call_SecondCalled
✅ Priority3_Call_ThirdCalled
✅ Priority4_Call_FourthCalled
✅ Priority5_Call_FifthCalled
✅ PowerUtils.xUnit.Extensions.Tests.StaticNonPublicMethodTests
✅ MethodWithInternalException_InvokeAsyncWithReturn_FakeException
✅ NonexistentMethod_InvokeAsync_ArgumentNullException
✅ NonexistentMethod_InvokeAsync_MethodNotFoundException
✅ Null_InvokeAsync_ArgumentNullException
✅ NullType_InvokeAsync_ArgumentNullException
✅ PrivateAsyncMethodWithoutParametersAndRetun_InvokeAsync_ArgumentException
✅ PrivateAsyncMethodWithoutParametersAndRetun_InvokeAsync_PropShouldChangeToTrue
✅ PrivateAsyncMethodWithoutReturn_InvokeAsync_CallMethodException
✅ PrivateAsyncMethodWithReturn_InvokeAsync_CallMethodException
✅ PrivateAsyncMethodWithReturnAndParameters_InvokeAsync_ArgumentException
✅ PrivateAsyncMethodWithReturnAndParameters_InvokeAsync_ReturnsValue
✅ PrivateMethodAndNullType_Invoke_ArgumentNullException
✅ PrivateMethodAndUnexistentMethodWithoutParametersAndRetun_Invoke_MethodNotFoundException
✅ PrivateMethodAndUnexistentMethodWitRetun_Invoke_MethodNotFoundException
✅ PrivateMethodWithoutParametersAndRetun_Invoke_ArgumentException
✅ PrivateMethodWithoutParametersAndRetun_Invoke_OnlyCall
✅ PrivateMethodWithParameters_Invoke_ArgumentException
✅ PrivateMethodWithParameters_Invoke_WithoutReturn
✅ PrivateMethodWithReturn_Invoke_ArgumentException
✅ PrivateMethodWithReturn_Invoke_ReturnsValue
✅ PrivateMethodWithReturnAndInternalException_InvokeAsync_FakeException
✅ PrivateMethodWithReturnAndParameters_Invoke_ArgumentException
✅ PrivateMethodWithReturnAndParameters_Invoke_ReturnsValue
✅ VoidPrivateMethodAndNullObject_Invoke_ArgumentNullException
✅ ./TestResults/PowerUtils.xUnit.Extensions.Tests_net8.0.trx
70 tests were completed in 2s with 70 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
PowerUtils.xUnit.Extensions.Tests.NonPublicConstructorTests | 5✅ | 30ms | ||
PowerUtils.xUnit.Extensions.Tests.NonPublicMethodTests | 24✅ | 135ms | ||
PowerUtils.xUnit.Extensions.Tests.NonPublicPropertyTests | 12✅ | 18ms | ||
PowerUtils.xUnit.Extensions.Tests.OrderedTests | 5✅ | 4ms | ||
PowerUtils.xUnit.Extensions.Tests.StaticNonPublicMethodTests | 24✅ | 538ms |
✅ PowerUtils.xUnit.Extensions.Tests.NonPublicConstructorTests
✅ NonPublicConstructorWithParametersNotMatch_Create_ConstructorNotFoundException
✅ PrivateConstructorWithoutParameters_Create_Instance
✅ ProtectedConstructorWithProperties_Create_Instance
✅ ProtectedConstructorWithPropertiesDifferentOrder_Create_Instance
✅ UnexistentNonPublicConstructor_Create_ConstructorNotFoundException
✅ PowerUtils.xUnit.Extensions.Tests.NonPublicMethodTests
✅ MethodWithInternalException_InvokeNonPublicMethodAsync_MethodNotFoundException
✅ NonexistentMethod_InvokeNonPublicMethodAsync_MethodNotFoundException
✅ NonexistentMethod_WithoutParametersAndReturn_MethodNotFoundException
✅ Null_WithoutParametersAndReturn_ArgumentNullException
✅ NullObject_InvokeNonPublicMethodAsync_ArgumentNullException
✅ PrivateAsyncMethod_InvokeNonPublicMethodAsync_CallMethodException
✅ PrivateAsyncMethod_InvokeNonPublicMethodAsync_ReturnsException2
✅ PrivateAsyncMethod_WithoutParametersAndReturn_Null
✅ PrivateAsyncMethodWithoutParametersAndRetun_InvokeNonPublicMethodAsync_ArgumentException
✅ PrivateAsyncMethodWithReturnAndParameters_InvokeNonPublicMethodAsync_ArgumentException
✅ PrivateAsyncMethodWithReturnAndParameters_InvokeNonPublicMethodAsync_ReturnsValue
✅ PrivateMethodAndNullObject_InvokeNonPublicMethod_ArgumentNullException
✅ PrivateMethodUnexistingMethodWithoutParametersAndRetun_InvokeNonPublicMethod_MethodNotFoundException
✅ PrivateMethodUnexistingMethodWitRetun_InvokeNonPublicMethod_MethodNotFoundException
✅ PrivateMethodWithoutParametersAndRetun_InvokeNonPublicMethod_ArgumentException
✅ PrivateMethodWithoutParametersAndRetun_InvokeNonPublicMethod_OnlyCall
✅ PrivateMethodWithParameters_InvokeNonPublicMethod_ReturnsException
✅ PrivateMethodWithParameters_InvokeNonPublicMethod_WithoutReturn
✅ PrivateMethodWithReturn_InvokeNonPublicMethod_ReturnsException
✅ PrivateMethodWithReturn_InvokeNonPublicMethod_ReturnsValue
✅ PrivateMethodWithReturnAndParameters_InvokeNonPublicMethod_ReturnsException
✅ PrivateMethodWithReturnAndParameters_InvokeNonPublicMethod_ReturnsValue
✅ ProtectedMethodWithReturn_InvokeNonPublicMethod_ReturnsValue
✅ VoidPrivateMethodAndNullObject_InvokeNonPublicMethod_ArgumentNullException
✅ PowerUtils.xUnit.Extensions.Tests.NonPublicPropertyTests
✅ PrivateFieldAndNullObject_SetNonPublicField_ArgumentNullException
✅ PrivateFieldExistebtValue_SetNonPublicField_SetValue
✅ PrivateFieldUnexistentField_SetNonPublicField_FieldNotFoundException
✅ PrivatePropertyAndNullObject_SetNonPublicProperty_ArgumentNullException
✅ PrivatePropertyAndSetPrivateField_SetNonPublicField_FieldNotFoundException
✅ PrivatePropertyExistentProperty_SetNonPublicProperty_SetValue
✅ PrivatePropertyOnlyPrivateSet_SetNonPublicProperty_PropertyNotFoundException
✅ PrivatePropertyUnexistentProperty_SetNonPublicProperty_PropertyNotFoundException
✅ PrivatePropertyWithPrivateSet_SetNonPublicProperty_SetProperty
✅ PrivateSetPropertyAndNullObject_SetNonPublicProperty_ArgumentNullException
✅ ProtectedField_SetNonPublicField_SetValue
✅ ProtectedProperty_SetNonPublicProperty_SetProperty
✅ PowerUtils.xUnit.Extensions.Tests.OrderedTests
✅ Priority1_Call_FirstCalled
✅ Priority2_Call_SecondCalled
✅ Priority3_Call_ThirdCalled
✅ Priority4_Call_FourthCalled
✅ Priority5_Call_FifthCalled
✅ PowerUtils.xUnit.Extensions.Tests.StaticNonPublicMethodTests
✅ MethodWithInternalException_InvokeAsyncWithReturn_FakeException
✅ NonexistentMethod_InvokeAsync_ArgumentNullException
✅ NonexistentMethod_InvokeAsync_MethodNotFoundException
✅ Null_InvokeAsync_ArgumentNullException
✅ NullType_InvokeAsync_ArgumentNullException
✅ PrivateAsyncMethodWithoutParametersAndRetun_InvokeAsync_ArgumentException
✅ PrivateAsyncMethodWithoutParametersAndRetun_InvokeAsync_PropShouldChangeToTrue
✅ PrivateAsyncMethodWithoutReturn_InvokeAsync_CallMethodException
✅ PrivateAsyncMethodWithReturn_InvokeAsync_CallMethodException
✅ PrivateAsyncMethodWithReturnAndParameters_InvokeAsync_ArgumentException
✅ PrivateAsyncMethodWithReturnAndParameters_InvokeAsync_ReturnsValue
✅ PrivateMethodAndNullType_Invoke_ArgumentNullException
✅ PrivateMethodAndUnexistentMethodWithoutParametersAndRetun_Invoke_MethodNotFoundException
✅ PrivateMethodAndUnexistentMethodWitRetun_Invoke_MethodNotFoundException
✅ PrivateMethodWithoutParametersAndRetun_Invoke_ArgumentException
✅ PrivateMethodWithoutParametersAndRetun_Invoke_OnlyCall
✅ PrivateMethodWithParameters_Invoke_ArgumentException
✅ PrivateMethodWithParameters_Invoke_WithoutReturn
✅ PrivateMethodWithReturn_Invoke_ArgumentException
✅ PrivateMethodWithReturn_Invoke_ReturnsValue
✅ PrivateMethodWithReturnAndInternalException_InvokeAsync_FakeException
✅ PrivateMethodWithReturnAndParameters_Invoke_ArgumentException
✅ PrivateMethodWithReturnAndParameters_Invoke_ReturnsValue
✅ VoidPrivateMethodAndNullObject_Invoke_ArgumentNullException
✅ ./TestResults/PowerUtils.xUnit.Extensions.Tests_netcoreapp3.1.trx
70 tests were completed in 3s with 70 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
PowerUtils.xUnit.Extensions.Tests.NonPublicConstructorTests | 5✅ | 27ms | ||
PowerUtils.xUnit.Extensions.Tests.NonPublicMethodTests | 24✅ | 129ms | ||
PowerUtils.xUnit.Extensions.Tests.NonPublicPropertyTests | 12✅ | 21ms | ||
PowerUtils.xUnit.Extensions.Tests.OrderedTests | 5✅ | 1ms | ||
PowerUtils.xUnit.Extensions.Tests.StaticNonPublicMethodTests | 24✅ | 563ms |
✅ PowerUtils.xUnit.Extensions.Tests.NonPublicConstructorTests
✅ NonPublicConstructorWithParametersNotMatch_Create_ConstructorNotFoundException
✅ PrivateConstructorWithoutParameters_Create_Instance
✅ ProtectedConstructorWithProperties_Create_Instance
✅ ProtectedConstructorWithPropertiesDifferentOrder_Create_Instance
✅ UnexistentNonPublicConstructor_Create_ConstructorNotFoundException
✅ PowerUtils.xUnit.Extensions.Tests.NonPublicMethodTests
✅ MethodWithInternalException_InvokeNonPublicMethodAsync_MethodNotFoundException
✅ NonexistentMethod_InvokeNonPublicMethodAsync_MethodNotFoundException
✅ NonexistentMethod_WithoutParametersAndReturn_MethodNotFoundException
✅ Null_WithoutParametersAndReturn_ArgumentNullException
✅ NullObject_InvokeNonPublicMethodAsync_ArgumentNullException
✅ PrivateAsyncMethod_InvokeNonPublicMethodAsync_CallMethodException
✅ PrivateAsyncMethod_InvokeNonPublicMethodAsync_ReturnsException2
✅ PrivateAsyncMethod_WithoutParametersAndReturn_Null
✅ PrivateAsyncMethodWithoutParametersAndRetun_InvokeNonPublicMethodAsync_ArgumentException
✅ PrivateAsyncMethodWithReturnAndParameters_InvokeNonPublicMethodAsync_ArgumentException
✅ PrivateAsyncMethodWithReturnAndParameters_InvokeNonPublicMethodAsync_ReturnsValue
✅ PrivateMethodAndNullObject_InvokeNonPublicMethod_ArgumentNullException
✅ PrivateMethodUnexistingMethodWithoutParametersAndRetun_InvokeNonPublicMethod_MethodNotFoundException
✅ PrivateMethodUnexistingMethodWitRetun_InvokeNonPublicMethod_MethodNotFoundException
✅ PrivateMethodWithoutParametersAndRetun_InvokeNonPublicMethod_ArgumentException
✅ PrivateMethodWithoutParametersAndRetun_InvokeNonPublicMethod_OnlyCall
✅ PrivateMethodWithParameters_InvokeNonPublicMethod_ReturnsException
✅ PrivateMethodWithParameters_InvokeNonPublicMethod_WithoutReturn
✅ PrivateMethodWithReturn_InvokeNonPublicMethod_ReturnsException
✅ PrivateMethodWithReturn_InvokeNonPublicMethod_ReturnsValue
✅ PrivateMethodWithReturnAndParameters_InvokeNonPublicMethod_ReturnsException
✅ PrivateMethodWithReturnAndParameters_InvokeNonPublicMethod_ReturnsValue
✅ ProtectedMethodWithReturn_InvokeNonPublicMethod_ReturnsValue
✅ VoidPrivateMethodAndNullObject_InvokeNonPublicMethod_ArgumentNullException
✅ PowerUtils.xUnit.Extensions.Tests.NonPublicPropertyTests
✅ PrivateFieldAndNullObject_SetNonPublicField_ArgumentNullException
✅ PrivateFieldExistebtValue_SetNonPublicField_SetValue
✅ PrivateFieldUnexistentField_SetNonPublicField_FieldNotFoundException
✅ PrivatePropertyAndNullObject_SetNonPublicProperty_ArgumentNullException
✅ PrivatePropertyAndSetPrivateField_SetNonPublicField_FieldNotFoundException
✅ PrivatePropertyExistentProperty_SetNonPublicProperty_SetValue
✅ PrivatePropertyOnlyPrivateSet_SetNonPublicProperty_PropertyNotFoundException
✅ PrivatePropertyUnexistentProperty_SetNonPublicProperty_PropertyNotFoundException
✅ PrivatePropertyWithPrivateSet_SetNonPublicProperty_SetProperty
✅ PrivateSetPropertyAndNullObject_SetNonPublicProperty_ArgumentNullException
✅ ProtectedField_SetNonPublicField_SetValue
✅ ProtectedProperty_SetNonPublicProperty_SetProperty
✅ PowerUtils.xUnit.Extensions.Tests.OrderedTests
✅ Priority1_Call_FirstCalled
✅ Priority2_Call_SecondCalled
✅ Priority3_Call_ThirdCalled
✅ Priority4_Call_FourthCalled
✅ Priority5_Call_FifthCalled
✅ PowerUtils.xUnit.Extensions.Tests.StaticNonPublicMethodTests
✅ MethodWithInternalException_InvokeAsyncWithReturn_FakeException
✅ NonexistentMethod_InvokeAsync_ArgumentNullException
✅ NonexistentMethod_InvokeAsync_MethodNotFoundException
✅ Null_InvokeAsync_ArgumentNullException
✅ NullType_InvokeAsync_ArgumentNullException
✅ PrivateAsyncMethodWithoutParametersAndRetun_InvokeAsync_ArgumentException
✅ PrivateAsyncMethodWithoutParametersAndRetun_InvokeAsync_PropShouldChangeToTrue
✅ PrivateAsyncMethodWithoutReturn_InvokeAsync_CallMethodException
✅ PrivateAsyncMethodWithReturn_InvokeAsync_CallMethodException
✅ PrivateAsyncMethodWithReturnAndParameters_InvokeAsync_ArgumentException
✅ PrivateAsyncMethodWithReturnAndParameters_InvokeAsync_ReturnsValue
✅ PrivateMethodAndNullType_Invoke_ArgumentNullException
✅ PrivateMethodAndUnexistentMethodWithoutParametersAndRetun_Invoke_MethodNotFoundException
✅ PrivateMethodAndUnexistentMethodWitRetun_Invoke_MethodNotFoundException
✅ PrivateMethodWithoutParametersAndRetun_Invoke_ArgumentException
✅ PrivateMethodWithoutParametersAndRetun_Invoke_OnlyCall
✅ PrivateMethodWithParameters_Invoke_ArgumentException
✅ PrivateMethodWithParameters_Invoke_WithoutReturn
✅ PrivateMethodWithReturn_Invoke_ArgumentException
✅ PrivateMethodWithReturn_Invoke_ReturnsValue
✅ PrivateMethodWithReturnAndInternalException_InvokeAsync_FakeException
✅ PrivateMethodWithReturnAndParameters_Invoke_ArgumentException
✅ PrivateMethodWithReturnAndParameters_Invoke_ReturnsValue
✅ VoidPrivateMethodAndNullObject_Invoke_ArgumentNullException
Loading