C# Class NLite.Data.Test.NorthwindExecutionTest

Inheritance: TestBase
ファイルを表示 Open project: netcasewqs/elinq

Protected Properties

Property Type Description
db Northwind

Public Methods

Method Description
NorthwindExecutionTest ( ) : System

Private Methods

Method Description
Initialize ( ) : void
TearDown ( ) : void
TestAllTopLevel ( ) : void
TestAllTopLevelNoMatches ( ) : void
TestAllWithLocalCollection ( ) : void
TestAllWithSubquery ( ) : void
TestAnd ( ) : void
TestAnyContains ( ) : void
TestAnyTopLevel ( ) : void
TestAnyWithLocalCollection ( ) : void
TestAnyWithSubquery ( ) : void
TestAnyWithSubqueryNoPredicate ( ) : void
TestBigQueryWithOrderingGroupingAndNestedGroupCounts ( ) : void
TestCoalesce ( ) : void
TestCoalesce2 ( ) : void
TestCompareConstantEntityNestedRelationshipNegation ( ) : void
TestCompareConstructedEqual ( ) : void
TestCompareConstructedMultiValueEqual ( ) : void
TestCompareConstructedMultiValueNotEqual ( ) : void
TestCompareEntityConstantDirectEqualRelationship ( ) : void
TestCompareEntityConstantEqualRelationship ( ) : void
TestCompareEntityEntityEqualRelationship ( ) : void
TestCompareEntityEqual ( ) : void
TestCompareEntityNotEqual ( ) : void
TestCompareTwoConstantEntityNestedRelationshipNegation ( ) : void
TestCompiledQuery ( ) : void
TestCompiledQueryCount ( ) : void
TestCompiledQueryIsolated ( ) : void
TestCompiledQueryIsolatedWithHeirarchy ( ) : void
TestCompiledQuerySingleton ( ) : void
TestConditionalResultsArePredicates ( ) : void
TestContainsTopLevel ( ) : void
TestContainsWithLocalCollection ( ) : void
TestContainsWithSubquery ( ) : void
TestCount ( ) : void
TestCountPredicate ( ) : void
TestCountProperty ( ) : void
TestCountWithNoPredicate ( ) : void
TestCountWithPredicate ( ) : void
TestCustomersIncludeOrders ( ) : void
TestCustomersIncludeOrdersAndDetails ( ) : void
TestCustomersIncludeOrdersDeferred ( ) : void
TestCustomersIncludeOrdersWhere ( ) : void
TestDecimalAdd ( ) : void
TestDecimalCompare ( ) : void
TestDecimalDivide ( ) : void
TestDecimalFloor ( ) : void
TestDecimalLT ( ) : void
TestDecimalMultiply ( ) : void
TestDecimalNegate ( ) : void
TestDecimalRoundDefault ( ) : void
TestDecimalSubtract ( ) : void
TestDecimalTruncate ( ) : void
TestDistinctCount ( ) : void
TestDistinctCountPredicate ( ) : void
TestDistinctGroupBy ( ) : void
TestDistinctNoDupes ( ) : void
TestDistinctOrderBy ( ) : void
TestDistinctScalar ( ) : void
TestDistinctSkipTake ( ) : void
TestDistinctSumWithArg ( ) : void
TestDistinctTake ( ) : void
TestDistinctTakeCount ( ) : void
TestEqualLiteralNull ( ) : void
TestEqualLiteralNullReversed ( ) : void
TestFirst ( ) : void
TestFirstOrDefault ( ) : void
TestFirstOrDefaultPredicate ( ) : void
TestFirstOrDefaultPredicateNoMatch ( ) : void
TestFirstPredicate ( ) : void
TestGroupBy ( ) : void
TestGroupByCount ( ) : void
TestGroupByDistinct ( ) : void
TestGroupByLongCount ( ) : void
TestGroupByOne ( ) : void
TestGroupBySelectMany ( ) : void
TestGroupBySum ( ) : void
TestGroupBySumMinMaxAvg ( ) : void
TestGroupByWithAnonymousElement ( ) : void
TestGroupByWithCountInWhere ( ) : void
TestGroupByWithElementSelector ( ) : void
TestGroupByWithElementSelectorSum ( ) : void
TestGroupByWithElementSelectorSumMax ( ) : void
TestGroupByWithResultSelector ( ) : void
TestGroupByWithTwoPartKey ( ) : void
TestIntAdd ( ) : void
TestIntBitwiseAnd ( ) : void
TestIntBitwiseExclusiveOr ( ) : void
TestIntBitwiseNot ( ) : void
TestIntBitwiseOr ( ) : void
TestIntCompareTo ( ) : void
TestIntDivide ( ) : void
TestIntEqual ( ) : void
TestIntGreaterThan ( ) : void
TestIntGreaterThanOrEqual ( ) : void
TestIntLeftShift ( ) : void
TestIntLessThan ( ) : void
TestIntLessThanOrEqual ( ) : void
TestIntModulo ( ) : void
TestIntMultiply ( ) : void
TestIntNegate ( ) : void
TestIntNotEqual ( ) : void
TestIntRightShift ( ) : void
TestIntSubtract ( ) : void
TestJoinCustomerOrders ( ) : void
TestJoinIntoCustomersOrdersCount ( ) : void
TestJoinIntoDefaultIfEmpty ( ) : void
TestJoinMultiKey ( ) : void
TestLast ( ) : void
TestLastOrDefault ( ) : void
TestLastOrDefaultNoMatches ( ) : void
TestLastOrDefaultPredicate ( ) : void
TestLastPredicate ( ) : void
TestMathAbs ( ) : void
TestMathAtan ( ) : void
TestMathCos ( ) : void
TestMathExp ( ) : void
TestMathFloor ( ) : void
TestMathLog ( ) : void
TestMathPow ( ) : void
TestMathRoundDefault ( ) : void
TestMathSin ( ) : void
TestMathSqrt ( ) : void
TestMathTan ( ) : void
TestMathTruncate ( ) : void
TestMultipleJoinsWithJoinConditionsInWhere ( ) : void
TestMultipleJoinsWithMissingJoinCondition ( ) : void
TestNot ( ) : void
TestNotEqualLiteralNull ( ) : void
TestNotEqualLiteralNullReversed ( ) : void
TestOr ( ) : void
TestOrderBy ( ) : void
TestOrderByDescending ( ) : void
TestOrderByDescendingThenBy ( ) : void
TestOrderByDescendingThenByDescending ( ) : void
TestOrderByDistinct ( ) : void
TestOrderByGroupBy ( ) : void
TestOrderByGroupBySelectMany ( ) : void
TestOrderByJoin ( ) : void
TestOrderByOrderBy ( ) : void
TestOrderBySelectMany ( ) : void
TestOrderByThenBy ( ) : void
TestOrdersIncludeDetailsWithFirst ( ) : void
TestOrdersIncludeDetailsWithGroupBy ( ) : void
TestReverse ( ) : void
TestReverseReverse ( ) : void
TestReverseTakeReverse ( ) : void
TestReverseWhereReverse ( ) : void
TestReverseWhereTakeReverse ( ) : void
TestSelectAnonymousLiteral ( ) : void
TestSelectAnonymousOne ( ) : void
TestSelectAnonymousTwo ( ) : void
TestSelectAnonymousWithObject ( ) : void
TestSelectAssociation ( ) : void
TestSelectAssociations ( ) : void
TestSelectAssociationsWhereAssociations ( ) : void
TestSelectConstantInt ( ) : void
TestSelectConstantNullString ( ) : void
TestSelectCustomerTable ( ) : void
TestSelectDistinctCount ( ) : void
TestSelectDistinctSum ( ) : void
TestSelectLocal ( ) : void
TestSelectManyJoined ( ) : void
TestSelectManyJoinedDefaultIfEmpty ( ) : void
TestSelectNestedCollection ( ) : void
TestSelectNestedCollectionInAnonymousType ( ) : void
TestSelectOrderIncludeCustomer ( ) : void
TestSelectScalar ( ) : void
TestSelectSelectDistinctCount ( ) : void
TestSelectWhereAssociation ( ) : void
TestSelectWhereAssociationTwice ( ) : void
TestSingleFails ( ) : void
TestSingleOrDefaultFails ( ) : void
TestSingleOrDefaultNoMatches ( ) : void
TestSingleOrDefaultPredicate ( ) : void
TestSinglePredicate ( ) : void
TestSkipTake ( ) : void
TestStringCompare ( ) : void
TestStringCompareEQ ( ) : void
TestStringCompareGE ( ) : void
TestStringCompareGT ( ) : void
TestStringCompareLE ( ) : void
TestStringCompareLT ( ) : void
TestStringCompareNE ( ) : void
TestStringCompareTo ( ) : void
TestStringCompareToEQ ( ) : void
TestStringCompareToGE ( ) : void
TestStringCompareToGT ( ) : void
TestStringCompareToLE ( ) : void
TestStringCompareToLT ( ) : void
TestStringCompareToNE ( ) : void
TestStringConcatExplicit2Args ( ) : void
TestStringConcatExplicit3Args ( ) : void
TestStringConcatExplicitNArgs ( ) : void
TestStringConcatImplicit2Args ( ) : void
TestStringContainsColumn ( ) : void
TestStringContainsLiteral ( ) : void
TestStringEndsWithColumn ( ) : void
TestStringEndsWithLiteral ( ) : void
TestStringIndexOf ( ) : void
TestStringIndexOfChar ( ) : void
TestStringIndexOfWithStart ( ) : void
TestStringIsNullOrEmpty ( ) : void
TestStringLength ( ) : void
TestStringStartsWithColumn ( ) : void
TestStringStartsWithLiteral ( ) : void
TestStringSubstring ( ) : void
TestStringSubstringNoLength ( ) : void
TestStringToLower ( ) : void
TestStringToUpper ( ) : void
TestStringTrim ( ) : void
TestSumWithArg ( ) : void
TestSumWithNoArg ( ) : void
TestTake ( ) : void
TestTakeDistinct ( ) : void
TestTakeDistinctCount ( ) : void
TestToDataTable ( ) : void
TestWhere ( ) : void
TestWhereFirst ( ) : void
TestWhereFirstOrDefault ( ) : void
TestWhereLast ( ) : void
TestWhereLastOrDefault ( ) : void
TestWhereSingle ( ) : void
TestWhereSingleOrDefault ( ) : void
TestWhereTrue ( ) : void

Method Details

NorthwindExecutionTest() public method

public NorthwindExecutionTest ( ) : System
return System

Property Details

db protected_oe property

protected Northwind db
return Northwind