Created
October 21, 2010 15:46
-
-
Save codereflection/638733 to your computer and use it in GitHub Desktop.
Results for multiple test frameworks: Gallio, NUnit, MSpec, and XUnit.net
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ------ Test started: Assembly: GallioTestRunner.dll ------ | |
| Gallio TestDriven.Net Runner - Version 3.2 build 601 | |
| Test Files: | |
| D:\Dev\Playground\MultiTestRunners\GallioTestRunner\bin\Debug\GallioTestRunner.dll | |
| Start time: 8:43 AM | |
| Verifying test files. | |
| Initializing the test runner. | |
| Running the tests. | |
| TestCase 'GallioTestRunner/GallioTests/TestThatSomethingIsReturned' passed. | |
| Disposing the test runner. | |
| Stop time: 8:43 AM (Total execution time: 2.376 seconds) | |
| Test Report: file:///C:/Users/jschumac/AppData/Local/Temp/Gallio/TDNetRunner/Report/GallioTestRunner.dll.html | |
| 1 passed, 0 failed, 0 skipped, took 3.58 seconds (Gallio - MbUnit v3 (MbUnit, Version=3.2.0.0)). | |
| ------ Test started: Assembly: MSpecTestRunner.dll ------ | |
| MSpecTests | |
| » should have a result | |
| 1 passed, 0 failed, 0 skipped, took 0.52 seconds (Machine.Specifications 0.3.0). | |
| ------ Test started: Assembly: NUnitTestRunner.dll ------ | |
| 1 passed, 0 failed, 0 skipped, took 0.30 seconds (NUnit 2.5.5). | |
| ------ Test started: Assembly: XUnitTestRunner.dll ------ | |
| 1 passed, 0 failed, 0 skipped, took 0.75 seconds (xUnit.net 1.6.1 build 1521). | |
| ========== Total Tests: 4 passed, 0 failed, 0 skipped, took 6.46 seconds ========== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment