mirror of
https://github.com/Smaug123/unofficial-nunit-runner
synced 2025-10-12 20:18:41 +00:00
Run tests in parallel (#79)
This commit is contained in:
@@ -88,6 +88,7 @@ type SingleTestMethod =
|
||||
|
||||
/// A test fixture (usually represented by the [<TestFixture>]` attribute), which may contain many tests,
|
||||
/// each of which may run many times.
|
||||
[<NoComparison>]
|
||||
type TestFixture =
|
||||
{
|
||||
/// The assembly which contains this TestFixture, loaded into a separate context.
|
||||
|
Reference in New Issue
Block a user