C# 클래스 AK.ExpressionSolverTests

파일 보기 프로젝트 열기: akuukka/ExpressionSolver

공개 메소드들

메소드 설명
Assert ( bool cond ) : void
AssertSameValue ( double f1, double f2 ) : void
AssertSameValue ( string s1, string s2 ) : void
Run ( ) : void
TestComplexFormulas ( ) : void
TestExpLocalConstants ( ) : void
TestFuncs ( ) : void
TestGlobalConstants ( ) : void
TestStringFuncs ( ) : void
TestSum ( ) : void
TestUndefinedVariablePolicies ( ) : void
TestWhiteSpaceRemoval ( ) : void

비공개 메소드들

메소드 설명
TestNames ( ) : void

메소드 상세

Assert() 공개 정적인 메소드

public static Assert ( bool cond ) : void
cond bool
리턴 void

AssertSameValue() 공개 정적인 메소드

public static AssertSameValue ( double f1, double f2 ) : void
f1 double
f2 double
리턴 void

AssertSameValue() 공개 정적인 메소드

public static AssertSameValue ( string s1, string s2 ) : void
s1 string
s2 string
리턴 void

Run() 공개 정적인 메소드

public static Run ( ) : void
리턴 void

TestComplexFormulas() 공개 정적인 메소드

public static TestComplexFormulas ( ) : void
리턴 void

TestExpLocalConstants() 공개 정적인 메소드

public static TestExpLocalConstants ( ) : void
리턴 void

TestFuncs() 공개 정적인 메소드

public static TestFuncs ( ) : void
리턴 void

TestGlobalConstants() 공개 정적인 메소드

public static TestGlobalConstants ( ) : void
리턴 void

TestStringFuncs() 공개 정적인 메소드

public static TestStringFuncs ( ) : void
리턴 void

TestSum() 공개 정적인 메소드

public static TestSum ( ) : void
리턴 void

TestUndefinedVariablePolicies() 공개 정적인 메소드

public static TestUndefinedVariablePolicies ( ) : void
리턴 void

TestWhiteSpaceRemoval() 공개 정적인 메소드

public static TestWhiteSpaceRemoval ( ) : void
리턴 void