mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 06:17:10 +01:00
Remove leading result icon + add external .net fixture
This commit is contained in:
parent
e3bb634029
commit
f55c0119bb
12 changed files with 9910 additions and 430 deletions
70
__tests__/__outputs__/fluent-validation-test-results.md
Normal file
70
__tests__/__outputs__/fluent-validation-test-results.md
Normal file
|
|
@ -0,0 +1,70 @@
|
|||

|
||||
|
||||
### fixtures/external/FluentValidation.Tests.trx
|
||||
|
||||
**804** tests were completed in **4.480s** with **803** passed, **0** failed and **1** skipped.
|
||||
|
||||
|Suite|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|FluentValidation.Tests.AbstractValidatorTester|35✔️|||12ms|
|
||||
|FluentValidation.Tests.AccessorCacheTests|4✔️||1✖️|4ms|
|
||||
|FluentValidation.Tests.AssemblyScannerTester|2✔️|||2ms|
|
||||
|FluentValidation.Tests.CascadingFailuresTester|38✔️|||23ms|
|
||||
|FluentValidation.Tests.ChainedValidationTester|13✔️|||6ms|
|
||||
|FluentValidation.Tests.ChainingValidatorsTester|3✔️|||1ms|
|
||||
|FluentValidation.Tests.ChildRulesTests|2✔️|||7ms|
|
||||
|FluentValidation.Tests.CollectionValidatorWithParentTests|16✔️|||13ms|
|
||||
|FluentValidation.Tests.ComplexValidationTester|17✔️|||26ms|
|
||||
|FluentValidation.Tests.ConditionTests|18✔️|||9ms|
|
||||
|FluentValidation.Tests.CreditCardValidatorTests|2✔️|||2ms|
|
||||
|FluentValidation.Tests.CustomFailureActionTester|3✔️|||1ms|
|
||||
|FluentValidation.Tests.CustomMessageFormatTester|6✔️|||3ms|
|
||||
|FluentValidation.Tests.CustomValidatorTester|10✔️|||6ms|
|
||||
|FluentValidation.Tests.DefaultValidatorExtensionTester|30✔️|||38ms|
|
||||
|FluentValidation.Tests.EmailValidatorTests|36✔️|||18ms|
|
||||
|FluentValidation.Tests.EmptyTester|9✔️|||5ms|
|
||||
|FluentValidation.Tests.EnumValidatorTests|12✔️|||24ms|
|
||||
|FluentValidation.Tests.EqualValidatorTests|10✔️|||3ms|
|
||||
|FluentValidation.Tests.ExactLengthValidatorTester|6✔️|||2ms|
|
||||
|FluentValidation.Tests.ExclusiveBetweenValidatorTests|19✔️|||6ms|
|
||||
|FluentValidation.Tests.ExtensionTester|4✔️|||1ms|
|
||||
|FluentValidation.Tests.ForEachRuleTests|34✔️|||47ms|
|
||||
|FluentValidation.Tests.GreaterThanOrEqualToValidatorTester|14✔️|||5ms|
|
||||
|FluentValidation.Tests.GreaterThanValidatorTester|13✔️|||4ms|
|
||||
|FluentValidation.Tests.InclusiveBetweenValidatorTests|18✔️|||4ms|
|
||||
|FluentValidation.Tests.InheritanceValidatorTest|11✔️|||18ms|
|
||||
|FluentValidation.Tests.InlineValidatorTester|1✔️|||2ms|
|
||||
|FluentValidation.Tests.LanguageManagerTests|21✔️|||28ms|
|
||||
|FluentValidation.Tests.LengthValidatorTests|16✔️|||17ms|
|
||||
|FluentValidation.Tests.LessThanOrEqualToValidatorTester|13✔️|||4ms|
|
||||
|FluentValidation.Tests.LessThanValidatorTester|16✔️|||6ms|
|
||||
|FluentValidation.Tests.LocalisedMessagesTester|6✔️|||3ms|
|
||||
|FluentValidation.Tests.LocalisedNameTester|2✔️|||1ms|
|
||||
|FluentValidation.Tests.MemberAccessorTests|9✔️|||5ms|
|
||||
|FluentValidation.Tests.MessageFormatterTests|10✔️|||2ms|
|
||||
|FluentValidation.Tests.ModelLevelValidatorTests|2✔️|||1ms|
|
||||
|FluentValidation.Tests.NameResolutionPluggabilityTester|3✔️|||2ms|
|
||||
|FluentValidation.Tests.NotEmptyTester|10✔️|||7ms|
|
||||
|FluentValidation.Tests.NotEqualValidatorTests|11✔️|||7ms|
|
||||
|FluentValidation.Tests.NotNullTester|5✔️|||1ms|
|
||||
|FluentValidation.Tests.NullTester|5✔️|||2ms|
|
||||
|FluentValidation.Tests.OnFailureTests|10✔️|||8ms|
|
||||
|FluentValidation.Tests.PredicateValidatorTester|5✔️|||2ms|
|
||||
|FluentValidation.Tests.PropertyChainTests|7✔️|||1ms|
|
||||
|FluentValidation.Tests.RegularExpressionValidatorTests|15✔️|||6ms|
|
||||
|FluentValidation.Tests.RuleBuilderTests|29✔️|||96ms|
|
||||
|FluentValidation.Tests.RuleDependencyTests|14✔️|||2511ms|
|
||||
|FluentValidation.Tests.RulesetTests|21✔️|||14ms|
|
||||
|FluentValidation.Tests.ScalePrecisionValidatorTests|6✔️|||4ms|
|
||||
|FluentValidation.Tests.SharedConditionTests|42✔️|||42ms|
|
||||
|FluentValidation.Tests.StandalonePropertyValidationTester|1✔️|||0ms|
|
||||
|FluentValidation.Tests.StringEnumValidatorTests|10✔️|||5ms|
|
||||
|FluentValidation.Tests.TrackingCollectionTests|3✔️|||2ms|
|
||||
|FluentValidation.Tests.TransformTests|4✔️|||3ms|
|
||||
|FluentValidation.Tests.UserSeverityTester|7✔️|||3ms|
|
||||
|FluentValidation.Tests.UserStateTester|4✔️|||3ms|
|
||||
|FluentValidation.Tests.ValidateAndThrowTester|14✔️|||25ms|
|
||||
|FluentValidation.Tests.ValidationResultTests|8✔️|||8ms|
|
||||
|FluentValidation.Tests.ValidatorDescriptorTester|5✔️|||1ms|
|
||||
|FluentValidation.Tests.ValidatorSelectorTests|10✔️|||9ms|
|
||||
|FluentValidation.Tests.ValidatorTesterTester|73✔️|||74ms|
|
||||
Loading…
Add table
Add a link
Reference in a new issue