C# Class MsgPack.TestMethod

Represents a test method.
显示文件 Open project: msgpack/msgpack-cli

Public Methods

Method Description
TestMethod ( string name, System.Action method ) : System

Initializes a new instance.

Method Details

TestMethod() public method

Initializes a new instance.
The is null or empty. The is null.
public TestMethod ( string name, System.Action method ) : System
name string The name of the test method.
method System.Action The delegate for instance methnod which is test method itself.
return System