C# 클래스 MsgPack.TestClass

Represents a test class which groups related tests and holds their states.
파일 보기 프로젝트 열기: msgpack/msgpack-cli

공개 메소드들

메소드 설명
NewTest ( ) : TestClassInstance

Creates a new, initialized TestClassInstance which represents instantiated test class information.

TestClass ( string name, Func instanceFactory, int methodCount, object>.Action testClassInstanceInitializer ) : System

Initializes a new instance.

메소드 상세

NewTest() 공개 메소드

Creates a new, initialized TestClassInstance which represents instantiated test class information.

TestClass() 공개 메소드

Initializes a new instance.
The is null or empty. The is null.
public TestClass ( string name, Func instanceFactory, int methodCount, object>.Action testClassInstanceInitializer ) : System
name string The name of the test class.
instanceFactory Func The delegate which instantiate "test class" instance.
methodCount int The ount of test methods in the test class.
testClassInstanceInitializer object>.Action The delegate which initializes instance with "test class" instance.
리턴 System