C# Class Dev2.Tests.MathOperationTest.FunctionRepositoryTest

显示文件 Open project: Warewolf-ESB/Warewolf

Private Methods

Method Description
FunctionRepository_FindSingle_ExpressionYieldsNoResult_Expected_EmptyFunctionReturned ( ) : void
FunctionRepository_FindSingle_NullExpression_Expected_NullReturned ( ) : void
FunctionRepository_FindSingle_ValidExpression_Expected_SingleResultReturned ( ) : void
FunctionRepository_Find_ExpressionYieldsNoResult_Expected_EmptyCollectionReturned ( ) : void
FunctionRepository_Find_NullExpression_Expected_ErrorFromRepository ( ) : void
FunctionRepository_Find_ValidExpressionAndReturnsData_Expected_ListReturned ( ) : void
FunctionRepository_Load_DefaultRepository ( ) : void
FunctionRepository_RemopveCollection_EmptyCollection_Expected_NoFunctionsRemovedFromRepo ( ) : void
FunctionRepository_RemoveCollection_NullCollection_Expected_ArgumentException ( ) : void
FunctionRepository_RemoveCollection_ValidFunction_Expected_RepoUpdatedWithNewFunction ( ) : void
FunctionRepository_Remove_NullFunction_Expected_ArgumentNullException ( ) : void
FunctionRepository_Remove_ValidFunction_Expected_FunctionRemovedFromRepo ( ) : void
FunctionRepository_SaveCollection_EmptyCollection_Expected_RepoFunctionCountRemainsTheSame ( ) : void
FunctionRepository_SaveCollection_NullCollection_Expected_ArgumentNullException ( ) : void
FunctionRepository_SaveCollection_ValidFunction_Expected_RepoUpdatedWithNewFunction ( ) : void
FunctionRepository_Save_NullFunction_Expected_ArgumentNullException ( ) : void
FunctionRepository_Save_ValidFunction_Expected_RepoUpdatedWithNewFunction ( ) : void