C# 클래스 BasicTests.Basic

상속: PclUnit.AssertionHelper
파일 보기 프로젝트 열기: jbtule/PclUnit

공개 메소드들

메소드 설명
GetParamSet ( MethodInfo method ) : IEnumerable
GetPartialParamSet ( MethodInfo method ) : IEnumerable

비공개 메소드들

메소드 설명
TestFail_Fail ( ) : void
TestFalse_Fail ( ) : void
TestFalse_Success ( ) : void
TestNothing_NoError ( ) : void
TestParams_Fail ( int i ) : void
TestParams_Partial ( int i, Expected expected ) : void
TestParams_Success ( int i ) : void
TestReturn_Fail ( ) : bool
TestReturn_Success ( ) : bool
TestTimeout10_Success ( ) : void
TestTimeout2_Error ( ) : void
TestTimeout3_Error ( ) : void
TestTimeout_Error ( ) : void
TestTrue_Fail ( ) : void
TestTrue_Success ( ) : void
Test_Error ( ) : void
Test_Ignore ( ) : void

메소드 상세

GetParamSet() 공개 정적인 메소드

public static GetParamSet ( MethodInfo method ) : IEnumerable
method System.Reflection.MethodInfo
리턴 IEnumerable

GetPartialParamSet() 공개 정적인 메소드

public static GetPartialParamSet ( MethodInfo method ) : IEnumerable
method System.Reflection.MethodInfo
리턴 IEnumerable