C# Class Habanero.Test.BO.TestExpression

Inheritance: TestUsingDatabase
Mostrar archivo Open project: Chillisoft/habanero Class Usage Examples

Public Methods

Method Description
RunTest ( ) : void

Private Methods

Method Description
CreateSqlStatement ( ) : SqlStatement
GetParamName ( int index ) : string
TestAppendExpression ( ) : void
TestCreateDatabaseExpressionNoTableName ( ) : void
TestCreateDatabaseExpressionTree ( ) : void
TestCreateDatabaseExpressionWithInOperator ( ) : void
TestCreateDatabaseExpressionWithInvertedCommas ( ) : void
TestCreateDatabaseExpressionWithTableName ( ) : void
TestCreateDatabaseExpressionWithTableNameNoFieldSeparators ( ) : void
TestCreateDatabaseIsNull ( ) : void
TestCreateSimpleExpression ( ) : void
TestExpressionParsingSql ( ) : void
TestExpressionParsingSqlSingleParameter ( ) : void
TestFixtureSetup ( ) : void
TestGetSqlStringWithNoParameters ( ) : void
TestOrInBracketsWithAndOutsideBrackets ( ) : void
TestParameterConstructors ( ) : void
TestParameterParsing ( ) : void
TestParameterSqlInfo ( ) : void
TestParameterSqlInfoWithMoreThanOne ( ) : void
TestParameterTypes ( ) : void
TestSqlExpressionString ( ) : void
Test_GetParameterValueAsObject_WhenDateType_TodayString_ShouldReturnToday ( ) : void
Test_GetParameterValueAsObject_WhenDateType_TomorrowString_ShouldReturnYesterday ( ) : void
Test_GetParameterValueAsObject_WhenDateType_YesterdayString_ShouldReturnYesterday ( ) : void

Method Details

RunTest() public static method

public static RunTest ( ) : void
return void