mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
Fixed so every test isnt in a seperate group, but its per suite.
This commit is contained in:
parent
a97564ca53
commit
b44d5ae60b
5 changed files with 36 additions and 129 deletions
|
|
@ -16,57 +16,45 @@
|
|||
|[ MockTestFixture](#r0s10)|1✔️|||NaNms|
|
||||
### ❌ <a id="user-content-r0s1" href="#r0s1">MockTestFixture</a>
|
||||
```
|
||||
FailingTest
|
||||
MockTestFixture
|
||||
❌ FailingTest
|
||||
Intentional failure
|
||||
InconclusiveTest
|
||||
✔️ InconclusiveTest
|
||||
MockTest1
|
||||
✔️ MockTest1
|
||||
MockTest2
|
||||
✔️ MockTest2
|
||||
MockTest3
|
||||
✔️ MockTest3
|
||||
MockTest4
|
||||
✖️ MockTest4
|
||||
MockTest5
|
||||
✖️ MockTest5
|
||||
NotRunnableTest
|
||||
✖️ NotRunnableTest
|
||||
TestWithException
|
||||
❌ TestWithException
|
||||
System.ApplicationException : Intentional Exception
|
||||
TestWithManyProperties
|
||||
✔️ TestWithManyProperties
|
||||
```
|
||||
### ✔️ <a id="user-content-r0s4" href="#r0s4">MethodWithParameters</a>
|
||||
```
|
||||
MethodWithParameters(2,2)
|
||||
MethodWithParameters
|
||||
✔️ MethodWithParameters(2,2)
|
||||
MethodWithParameters(9,11)
|
||||
✔️ MethodWithParameters(9,11)
|
||||
```
|
||||
### ✔️ <a id="user-content-r0s7" href="#r0s7">ParameterizedFixture(42)</a>
|
||||
```
|
||||
Test1
|
||||
ParameterizedFixture(42)
|
||||
✔️ Test1
|
||||
Test2
|
||||
✔️ Test2
|
||||
```
|
||||
### ✔️ <a id="user-content-r0s8" href="#r0s8">ParameterizedFixture(5)</a>
|
||||
```
|
||||
Test1
|
||||
ParameterizedFixture(5)
|
||||
✔️ Test1
|
||||
Test2
|
||||
✔️ Test2
|
||||
```
|
||||
### ✔️ <a id="user-content-r0s9" href="#r0s9">OneTestCase</a>
|
||||
```
|
||||
TestCase
|
||||
OneTestCase
|
||||
✔️ TestCase
|
||||
```
|
||||
### ✔️ <a id="user-content-r0s10" href="#r0s10">MockTestFixture</a>
|
||||
```
|
||||
MyTest
|
||||
MockTestFixture
|
||||
✔️ MyTest
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue