ICSharpCode.SharpUnit an Unit Testing Framework for .NET

TestCallingMode Enumeration

This enumeration is used to specify the calling mode for a test

public enum TestCallingMode

Members

Member NameDescription
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

Requirements

Namespace: ICSharpCode.SharpUnit Namespace

Assembly: ICSharpCode.SharpUnit.dll

See Also

ICSharpCode.SharpUnit Namespace