IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
This fixture is used to test both RecentProjects and its base class RecentFiles. If we add any other derived classes, the tests should be refactored. More...
Public Member Functions | |
void | SetUp () |
void | ServiceIsStarted () |
void | CountDefault () |
void | CountOverMax () |
void | CountUnderMin () |
void | CountAtMax () |
void | CountAtMin () |
void | EmptyList () |
void | AddSingleItem () |
void | AddMaxItems () |
void | AddTooManyItems () |
void | IncreaseSize () |
void | ReduceSize () |
void | IncreaseSizeAfterAdd () |
void | ReduceSizeAfterAdd () |
void | ReorderLastProject () |
void | ReorderSingleProject () |
void | ReorderMultipleProjects () |
void | ReorderSameProject () |
void | ReorderWithListNotFull () |
void | RemoveFirstProject () |
void | RemoveOneProject () |
void | RemoveMultipleProjects () |
void | RemoveLastProject () |
Private Member Functions | |
void | SetMockValues (int count) |
void | CheckMockValues (int count) |
void | CheckAddItems (int count) |
void | CheckListContains (params int[] item) |
Private Attributes | |
const int | MAX = 24 |
const int | MIN = 0 |
const int | DEFAULT = 5 |
RecentFilesService | _recentFiles |
This fixture is used to test both RecentProjects and its base class RecentFiles. If we add any other derived classes, the tests should be refactored.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
private |
|
private |
|
private |
|
private |