C# Class AK.ExpressionSolverTests

Show file Open project: akuukka/ExpressionSolver

Public Methods

Method Description
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

Private Methods

Method Description
TestNames ( ) : void

Method Details

Assert() public static method

public static Assert ( bool cond ) : void
cond bool
return void

AssertSameValue() public static method

public static AssertSameValue ( double f1, double f2 ) : void
f1 double
f2 double
return void

AssertSameValue() public static method

public static AssertSameValue ( string s1, string s2 ) : void
s1 string
s2 string
return void

Run() public static method

public static Run ( ) : void
return void

TestComplexFormulas() public static method

public static TestComplexFormulas ( ) : void
return void

TestExpLocalConstants() public static method

public static TestExpLocalConstants ( ) : void
return void

TestFuncs() public static method

public static TestFuncs ( ) : void
return void

TestGlobalConstants() public static method

public static TestGlobalConstants ( ) : void
return void

TestStringFuncs() public static method

public static TestStringFuncs ( ) : void
return void

TestSum() public static method

public static TestSum ( ) : void
return void

TestUndefinedVariablePolicies() public static method

public static TestUndefinedVariablePolicies ( ) : void
return void

TestWhiteSpaceRemoval() public static method

public static TestWhiteSpaceRemoval ( ) : void
return void