petabridge/NBench

NBench only detects Assemblies and lists them all as 1 test, no matter the number of tests in the assembly

Doug-Bowen opened this issue · 1 comments

var testPackage = BuildTestPackage<Execution>();
Builds a list of assemblies and, once executed, the assembly is parsed for Benchmark Tests.

NUnit reports these all as 1 test. Should be reported as individual tests.

I'm sorry, could you expand on this? I'm not sure what you mean