xunit / devices.xunit

xUnit.net Runners for Devices
Other
73 stars 36 forks source link

Test counts do not reset on Android #23

Closed kentcb closed 9 years ago

kentcb commented 9 years ago

When running tests under the Android runner, the test counts do not reset back to zero. Thus, running a single test multiple times results in output like this:

Tests run: 1 Passed: 1 Failed: 0 Skipped: 0
Tests run: 2 Passed: 2 Failed: 0 Skipped: 0
Tests run: 3 Passed: 3 Failed: 0 Skipped: 0