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
Doug-Bowen commented
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.
Aaronontheweb commented
I'm sorry, could you expand on this? I'm not sure what you mean