C# Class Tests.Queries.SearchForLibraryTests

Inheritance: Fixture
Mostra file Open project: joshilewis/lending

Public Methods

Method Description
SetUp ( ) : void

Private Methods

Method Description
LibrariesOpened ( ) : void
SearchingForLibraryThatMatchesSelfShouldExcludeSelfFromResults ( ) : void
SearchingForLibraryWithNoMatchesShouldReturnEmptyList ( ) : void
SearchingForLibraryWithSingleMatchShouldReturnThatUser ( ) : void
SearchingForLibraryWithSingleMatchWithWrongCaseShouldReturnThatUser ( ) : void
SearchingForLibraryWithTwoMatchsShouldReturnTwoLibraries ( ) : void
UsersRegistered ( ) : void

Method Details

SetUp() public method

public SetUp ( ) : void
return void