C# 클래스 MsgPack.TestClassInstance

Represents instantiated test class information.
파일 보기 프로젝트 열기: msgpack/msgpack-cli 1 사용 예제들

공개 메소드들

메소드 설명
TestClassInstance ( int methodCount ) : System

Initializes a new instance.

메소드 상세

TestClassInstance() 공개 메소드

Initializes a new instance.
public TestClassInstance ( int methodCount ) : System
methodCount int The ount of test methods in the test class.
리턴 System