IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Member Functions | |
void | Setup () |
void | TestsRunSuccessfully () |
void | ExpectedOutput_InCorrectOrder () |
void | ActionsWrappingAssembly () |
void | ActionsWrappingSetUpFixture () |
void | ActionsWrappingTestFixture () |
void | ActionsWrappingParameterizedMethodSuite () |
void | CorrectNumberOfEventsReceived () |
void | ActionsWrappingTestMethod (string testName) |
Private Member Functions | |
void | CheckActionsOnSuite (string suiteName, int firstEvent, int lastEvent, params string[] tags) |
void | CheckActionsOnTestCase (string testName) |
void | CheckBeforeAfterActionPair (int index1, int index2, string testName, string tag) |
Private Attributes | |
ITestResult | _result = null |
int | _numEvents = -1 |
Static Private Attributes | |
static readonly string | ASSEMBLY_PATH = AssemblyHelper.GetAssemblyPath(typeof(ActionAttributeFixture)) |
static readonly string | ASSEMBLY_NAME = System.IO.Path.GetFileName(ASSEMBLY_PATH) |
static readonly string[] | ExpectedAssemblyActions |
static readonly string[] | ExpectedSetUpFixtureActions |
static readonly string[] | ExpectedTestFixtureActions |
static readonly string[] | ExpectedParameterizedTestActions |
static readonly string[] | ExpectedTestCaseActions |
static readonly List< string > | ExpectedEvents |
static readonly int | NumTestCaseActions = ExpectedTestCaseActions.Length |
static readonly int | EventsPerTestCase = 2 * NumTestCaseActions + 1 |
static readonly int | NumTestCaseEvents = 3 * EventsPerTestCase |
static readonly int | NumParameterizedTestActions = ExpectedParameterizedTestActions.Length |
static readonly int | NumTestFixtureActions = ExpectedTestFixtureActions.Length |
static readonly int | NumSetUpFixtureActions = ExpectedSetUpFixtureActions.Length |
static readonly int | NumAssemblyActions = ExpectedAssemblyActions.Length |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
staticprivate |
|
staticprivate |
|
private |
|
private |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |