C# 클래스 NFluent.Tests.ForDocumentation.RunnerHelper

Hosts several methods helping to execute unit tests in a controlled fashion.
파일 보기 프로젝트 열기: tpierrain/NFluent 1 사용 예제들

공개 메소드들

메소드 설명
Log ( string message ) : void
RunAction ( System.Action action ) : void
RunAllTests ( bool log ) : void

Runs all tests found in current assembly.

RunThoseTests ( IEnumerable tests, Type type, FullRunDescription report, bool log ) : void

비공개 메소드들

메소드 설명
GetCheckAndType ( FluentCheckException fluExc ) : CheckDescription
RunAllMethodsWithASpecificAttribute ( Type type, Type attributeTypeToScan, object test ) : void
RunMethod ( MethodBase specificTest, object test, FullRunDescription report, bool log ) : void

메소드 상세

Log() 공개 정적인 메소드

public static Log ( string message ) : void
message string
리턴 void

RunAction() 공개 정적인 메소드

public static RunAction ( System.Action action ) : void
action System.Action
리턴 void

RunAllTests() 공개 정적인 메소드

Runs all tests found in current assembly.
public static RunAllTests ( bool log ) : void
log bool if set to true log the activity (to Debug output).
리턴 void

RunThoseTests() 공개 정적인 메소드

public static RunThoseTests ( IEnumerable tests, Type type, FullRunDescription report, bool log ) : void
tests IEnumerable
type System.Type
report FullRunDescription
log bool
리턴 void