IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Member Functions | |
void | SetUp () |
void | NamespaceSetUpFixtureReplacesNamespaceNodeInTree () |
Tests that the TestSuiteBuilder correctly interperets a SetupFixture class as a 'virtual namespace' into which all it's sibling classes are inserted. More... | |
void | AssemblySetUpFixtureReplacesAssemblyNodeInTree () |
Tests that the TestSuiteBuilder correctly interperets a SetupFixture class with no parent namespace as a 'virtual assembly' into which all it's sibling fixtures are inserted. More... | |
void | InvalidAssemblySetUpFixtureIsLoadedCorrectly () |
void | NamespaceSetUpFixtureWrapsExecutionOfSingleTest () |
void | NamespaceSetUpMethodsMayBeStatic () |
void | NamespaceSetUpFixtureWrapsExecutionOfTwoTests () |
void | NamespaceSetUpFixtureWrapsNestedNamespaceSetUpFixture () |
void | WithTwoSetUpFixturesBothAreUsed () |
void | InvalidSetUpFixtureTest () |
void | AssemblySetupFixtureWrapsExecutionOfTest () |
Private Member Functions | |
ITestResult | runTests (string nameSpace) |
ITestResult | runTests (string nameSpace, TestFilter filter) |
Private Attributes | |
ITestAssemblyBuilder | builder |
ITestAssemblyRunner | runner |
Static Private Attributes | |
static readonly string | testAssembly = AssemblyHelper.GetAssemblyPath(typeof(NUnit.TestData.SetupFixture.Namespace1.SomeFixture)) |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
inline |
Tests that the TestSuiteBuilder correctly interperets a SetupFixture class as a 'virtual namespace' into which all it's sibling classes are inserted.
References NUnit.Framework.Assert.AreEqual(), NUnit.Framework.Api.ITestAssemblyBuilder.Build(), NUnit.Framework.Is.EqualTo(), NUnit.Framework.Interfaces.ITest.FullName, NUnit.Framework.Is.InstanceOf(), NUnit.Framework.Assert.IsNotNull(), NUnit.Framework.Interfaces.ITest.Name, NUnit.Framework.Interfaces.ITest.RunState, NUnit.Framework.Interfaces.ITest.Tests, and NUnit.Framework.Assert.That().
|
inline |
Tests that the TestSuiteBuilder correctly interperets a SetupFixture class with no parent namespace as a 'virtual assembly' into which all it's sibling fixtures are inserted.
References NUnit.Framework.Assert.AreEqual(), NUnit.Framework.Api.ITestAssemblyBuilder.Build(), NUnit.Framework.Is.InstanceOf(), NUnit.Framework.Assert.IsNotNull(), NUnit.Framework.Interfaces.ITest.Name, NUnit.Framework.Interfaces.ITest.Tests, and NUnit.Framework.Assert.That().
|
inline |
References NUnit.Framework.Assert.AreEqual(), NUnit.Framework.Api.ITestAssemblyBuilder.Build(), NUnit.Framework.Is.EqualTo(), NUnit.Framework.Interfaces.ITest.FullName, NUnit.Framework.Assert.IsNotNull(), NUnit.Framework.Interfaces.ITest.Name, NUnit.Framework.Interfaces.ITest.RunState, NUnit.Framework.Interfaces.ITest.Tests, and NUnit.Framework.Assert.That().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
staticprivate |
|
private |
|
private |