C# Class AK.ExpressionSolverTests

Afficher le fichier Open project: akuukka/ExpressionSolver

Méthodes publiques

Méthode 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

Méthode Description
TestNames ( ) : void

Method Details

Assert() public static méthode

public static Assert ( bool cond ) : void
cond bool
Résultat void

AssertSameValue() public static méthode

public static AssertSameValue ( double f1, double f2 ) : void
f1 double
f2 double
Résultat void

AssertSameValue() public static méthode

public static AssertSameValue ( string s1, string s2 ) : void
s1 string
s2 string
Résultat void

Run() public static méthode

public static Run ( ) : void
Résultat void

TestComplexFormulas() public static méthode

public static TestComplexFormulas ( ) : void
Résultat void

TestExpLocalConstants() public static méthode

public static TestExpLocalConstants ( ) : void
Résultat void

TestFuncs() public static méthode

public static TestFuncs ( ) : void
Résultat void

TestGlobalConstants() public static méthode

public static TestGlobalConstants ( ) : void
Résultat void

TestStringFuncs() public static méthode

public static TestStringFuncs ( ) : void
Résultat void

TestSum() public static méthode

public static TestSum ( ) : void
Résultat void

TestUndefinedVariablePolicies() public static méthode

public static TestUndefinedVariablePolicies ( ) : void
Résultat void

TestWhiteSpaceRemoval() public static méthode

public static TestWhiteSpaceRemoval ( ) : void
Résultat void