C# Класс MsgPack.TestMethod

Represents a test method.
Показать файл Открыть проект

Открытые методы

Метод Описание
TestMethod ( string name, System.Action method ) : System

Initializes a new instance.

Описание методов

TestMethod() публичный Метод

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.
Результат System