Test |Status |Duration|CPU (%)|CPU (ms)|User |Kernel|Message
-------------------------------------------------+------------+--------+-------+--------+------+------+--------
Tests | | | | | | |
├── TestsAsync (fixture) | | | | | | |
│ ├── AsyncException | | | | | | |
│ │ ├── AsyncException("First",7) |Failed:Error| 26.40| 112.45| 29.70| 24.71| 4.98|System.…
│ │ └── AsyncException("Next",200) |Failed:Error| 201.10| 100.08| 201.28|137.64| 63.64|System.…
│ ├── AsyncFail | | | | | | |
│ │ ├── AsyncFail("First",7) |Failed | 27.50| 104.15| 28.59| 24.43| 4.16|Fail on…
│ │ └── AsyncFail("Next",200) |Failed | 201.40| 100.05| 201.47|137.33| 64.14|Fail on…
│ └── AsyncSuccess | | | | | | |
│ ├── AsyncSuccess("First",7) |PASSED | 8.30| 109.31| 9.08| 6.42| 2.66|
│ └── AsyncSuccess("Next",200) |PASSED | 200.70| 99.94| 200.60|137.24| 63.36|
│ | | | | | | |
├── TestsOverThreadPool (fixture) | | | | | | |
│ ├── ExceptionOverThreadPool | | | | | | |
│ │ ├── ExceptionOverThreadPool("First",7) |Failed:Error| 8.30| 104.09| 8.67| 5.97| 2.70|System.…
│ │ └── ExceptionOverThreadPool("Next",200) |Failed:Error| 201.10| 99.93| 201.00|135.78| 65.22|System.…
│ ├── FailOverThreadPoolFail | | | | | | |
│ │ ├── FailOverThreadPoolFail("First",7) |Failed | 8.10| 103.16| 8.35| 5.75| 2.59|Fail on…
│ │ └── FailOverThreadPoolFail("Next",200) |Failed | 201.30| 100.08| 201.48|138.47| 63.00|Fail on…
│ └── SuccessOverThreadPool | | | | | | |
│ ├── SuccessOverThreadPool("First",7) |PASSED | 7.80| 102.87| 8.00| 5.37| 2.63|
│ └── SuccessOverThreadPool("Next",200) |PASSED | 202.20| 99.37| 200.95|137.15| 63.80|
│ | | | | | | |
├── TestsOverThreadStart (fixture) | | | | | | |
│ ├── ExceptionOverThreadStart | | | | | | |
│ │ ├── ExceptionOverThreadStart("First",7) |Failed:Error| 8.50| 97.10| 8.25| 5.85| 2.39|System.…
│ │ └── ExceptionOverThreadStart("Next",200)|Failed:Error| 201.20| 99.94| 201.10|137.34| 63.76|System.…
│ ├── FailOverThreadStart | | | | | | |
│ │ ├── FailOverThreadStart("First",7) |Failed | 8.60| 98.19| 8.43| 6.00| 2.43|Fail on…
│ │ └── FailOverThreadStart("Next",200) |Failed | 201.30| 99.90| 201.10|137.94| 63.16|Fail on…
│ └── SuccessOverThreadStart | | | | | | |
│ ├── SuccessOverThreadStart("First",7) |PASSED | 7.70| 98.06| 7.55| 5.26| 2.29|
│ └── SuccessOverThreadStart("Next",200) |PASSED | 200.80| 99.75| 200.27|137.58| 62.69|
│ | | | | | | |
└── TestsSync (fixture) | | | | | | |
├── ExceptionSynchronously | | | | | | |
│ ├── ExceptionSynchronously("First",7) |Failed:Error| 7.90| 100.01| 7.90| 5.64| 2.25|System.…
│ └── ExceptionSynchronously("Next",200) |Failed:Error| 201.00| 99.97| 200.93|136.53| 64.41|System.…
├── FailSynchronously | | | | | | |
│ ├── FailSynchronously("First",7) |Failed | 7.80| 100.02| 7.85| 5.61| 2.24|Fail on…
│ └── FailSynchronously("Next",200) |Failed | 201.00| 100.00| 200.98|138.34| 62.64|Fail on…
└── SuccessSynchronously | | | | | | |
├── SuccessSynchronously("First",7) |PASSED | 7.30| 100.01| 7.26| 5.04| 2.22|
└── SuccessSynchronously("Next",200) |PASSED | 200.60| 100.00| 200.58|137.23| 63.34|