This enumeration is used to specify the calling mode for a test
Member Name | Description |
---|---|
SingleCall | If a test is running in SingleCall mode a new instance of the test suite class is generated before each execution of the test (only this test will run in the instance) |
SharedCall | This is the default mode. It indicates that the test shares its test suite with the other tests all shared tests will use the same instance of the test suite class |
Namespace: ICSharpCode.SharpUnit Namespace
Assembly: ICSharpCode.SharpUnit.dll