Comment 2 for bug 1242315

Revision history for this message
Charlie Poole (charlie.poole) wrote :

I've confirmed this. Any use of Random in generating the test cases causes the tests to be not run without explanation under the TestExplorer. The same tests work fine in NUnit. This can be easily duplicated by use of ValueSource with a value-generating method that uses Random or - as stated - using RandomAttribute.