C# 클래스 PlaytomicTest.PTest

파일 보기 프로젝트 열기: playtomic/gameapi-csharp 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
failures List
results List
successes List

공개 메소드들

메소드 설명
AssertEquals ( string section, string name, bool expected, bool received ) : bool
AssertEquals ( string section, string name, int expected, int received ) : bool
AssertEquals ( string section, string name, string expected, string received ) : bool
AssertFalse ( string section, string name, bool value ) : bool
AssertNotNull ( string section, string name, object received ) : bool
AssertNull ( string section, string name, object received ) : bool
AssertTrue ( string section, string name, bool value ) : bool
Render ( ) : void
Setup ( ) : void

비공개 메소드들

메소드 설명
Record ( bool success, string section, string message, object expected, object received ) : void

메소드 상세

AssertEquals() 공개 정적인 메소드

public static AssertEquals ( string section, string name, bool expected, bool received ) : bool
section string
name string
expected bool
received bool
리턴 bool

AssertEquals() 공개 정적인 메소드

public static AssertEquals ( string section, string name, int expected, int received ) : bool
section string
name string
expected int
received int
리턴 bool

AssertEquals() 공개 정적인 메소드

public static AssertEquals ( string section, string name, string expected, string received ) : bool
section string
name string
expected string
received string
리턴 bool

AssertFalse() 공개 정적인 메소드

public static AssertFalse ( string section, string name, bool value ) : bool
section string
name string
value bool
리턴 bool

AssertNotNull() 공개 정적인 메소드

public static AssertNotNull ( string section, string name, object received ) : bool
section string
name string
received object
리턴 bool

AssertNull() 공개 정적인 메소드

public static AssertNull ( string section, string name, object received ) : bool
section string
name string
received object
리턴 bool

AssertTrue() 공개 정적인 메소드

public static AssertTrue ( string section, string name, bool value ) : bool
section string
name string
value bool
리턴 bool

Render() 공개 정적인 메소드

public static Render ( ) : void
리턴 void

Setup() 공개 정적인 메소드

public static Setup ( ) : void
리턴 void

프로퍼티 상세

failures 보호되어 있는 정적으로 프로퍼티

protected static List failures
리턴 List

results 보호되어 있는 정적으로 프로퍼티

protected static List results
리턴 List

successes 보호되어 있는 정적으로 프로퍼티

protected static List successes
리턴 List