C# Class MsgPack.TestClassInstance

Represents instantiated test class information.
Afficher le fichier Open project: msgpack/msgpack-cli Class Usage Examples

Méthodes publiques

Méthode Description
TestClassInstance ( int methodCount ) : System

Initializes a new instance.

Method Details

TestClassInstance() public méthode

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