C# Класс QuickCheck.Result

The result of all the tests run on a property.
Показать файл Открыть проект

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

Метод Описание
Failure ( int tests, ulong seed, int size, TestArgs args, Exception error ) : Result
Success ( int tests ) : Result
ThrowError ( ) : void

Throws if this result is a failure.

Приватные методы

Метод Описание
Result ( int tests, ulong seed, int size, TestArgs args, Exception error ) : System

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

Failure() публичный статический Метод

public static Failure ( int tests, ulong seed, int size, TestArgs args, Exception error ) : Result
tests int
seed ulong
size int
args TestArgs
error System.Exception
Результат Result

Success() публичный статический Метод

public static Success ( int tests ) : Result
tests int
Результат Result

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

Throws if this result is a failure.
public ThrowError ( ) : void
Результат void