C# 클래스 QuickCheck.Result

The result of all the tests run on a property.
파일 보기 프로젝트 열기: jystic/quickcheck-net

공개 메소드들

메소드 설명
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