Skip to content

ci: Improved test reports #330

ci: Improved test reports

ci: Improved test reports #330

GitHub Actions / Test Results succeeded Jun 30, 2024 in 1s

210 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
./TestResults/PowerUtils.xUnit.Extensions.Tests_net5.0.trx 70✅ 2s
./TestResults/PowerUtils.xUnit.Extensions.Tests_net6.0.trx 70✅ 2s
./TestResults/PowerUtils.xUnit.Extensions.Tests_netcoreapp3.1.trx 70✅ 2s

✅ ./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✅ 42ms
PowerUtils.xUnit.Extensions.Tests.NonPublicMethodTests 24✅ 130ms
PowerUtils.xUnit.Extensions.Tests.NonPublicPropertyTests 12✅ 23ms
PowerUtils.xUnit.Extensions.Tests.OrderedTests 5✅ 5ms
PowerUtils.xUnit.Extensions.Tests.StaticNonPublicMethodTests 24✅ 543ms

✅ 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 2s with 70 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
PowerUtils.xUnit.Extensions.Tests.NonPublicConstructorTests 5✅ 38ms
PowerUtils.xUnit.Extensions.Tests.NonPublicMethodTests 24✅ 132ms
PowerUtils.xUnit.Extensions.Tests.NonPublicPropertyTests 12✅ 18ms
PowerUtils.xUnit.Extensions.Tests.OrderedTests 5✅ 2ms
PowerUtils.xUnit.Extensions.Tests.StaticNonPublicMethodTests 24✅ 557ms

✅ 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 2s with 70 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
PowerUtils.xUnit.Extensions.Tests.NonPublicConstructorTests 5✅ 35ms
PowerUtils.xUnit.Extensions.Tests.NonPublicMethodTests 24✅ 120ms
PowerUtils.xUnit.Extensions.Tests.NonPublicPropertyTests 12✅ 16ms
PowerUtils.xUnit.Extensions.Tests.OrderedTests 5✅ 5ms
PowerUtils.xUnit.Extensions.Tests.StaticNonPublicMethodTests 24✅ 535ms

✅ 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