Forum member
blaz
3 posts
Posts by blaz
-
unable to use configuration element with default values
Thanks. Turning off instrumentation solved the problem. But I had to use attribute TestCase. Tests marked with attribute Test were not found when instrumentation was turned off. I guess this is another thing to fix for NUnit support. I moved configuration element (SampleConfigurationElement) …
15 Sep 2011 06:08 UTC
-
Tests are not recognized
While on the topic of recognizing NUnit tests ... I'm using version 1.33.0.0b. NCrunch does not find tests on static classes. Static test methods on non static classes are identified successfully.
13 Sep 2011 11:34 UTC
-
unable to use configuration element with default values
It seems that something in the way NCrunch executes tests causes problems with reflection. Consequently I'm unable to set or access configuration properties with declared default value on configuration elements. All tests in example below fail with following exception when executing in NCrunch. A…
13 Sep 2011 11:25 UTC