Skip to content

Commit

Permalink
Merge pull request #1 from moreal/make-runner-test-theories
Browse files Browse the repository at this point in the history
Make runner test tests using the ClassData, MemberData attributes
  • Loading branch information
dahlia committed Jun 13, 2019
2 parents dc2bba8 + 7ffa005 commit 257863b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Scripts/EntryPoint.cs
Expand Up @@ -145,6 +145,7 @@ void run(string path)
ITestFrameworkDiscoveryOptions discoveryOptions =
TestFrameworkOptions.ForDiscovery(configuration);
discoveryOptions.SetSynchronousMessageReporting(true);
discoveryOptions.SetPreEnumerateTheories(false);
controller.Find(false, messageSink, discoveryOptions);
messageSink.DiscoveryCompletionWaitHandle.WaitOne();
ITestCase[] testCases =
Expand Down

0 comments on commit 257863b

Please sign in to comment.