IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Internal.TestMethodSignatureTests Class Reference

Public Member Functions

void InstanceTestMethodIsRunnable ()
 
void StaticTestMethodIsRunnable ()
 
void TestMethodWithoutParametersWithArgumentsProvidedIsNotRunnable ()
 
void TestMethodWithArgumentsNotProvidedIsNotRunnable ()
 
void TestMethodHasAttributesAppliedCorrectlyEvenIfNotRunnable ()
 
void TestMethodWithArgumentsProvidedIsRunnable ()
 
void TestMethodWithWrongNumberOfArgumentsProvidedIsNotRunnable ()
 
void TestMethodWithWrongArgumentTypesProvidedGivesError ()
 
void StaticTestMethodWithArgumentsNotProvidedIsNotRunnable ()
 
void StaticTestMethodWithArgumentsProvidedIsRunnable ()
 
void StaticTestMethodWithWrongNumberOfArgumentsProvidedIsNotRunnable ()
 
void StaticTestMethodWithWrongArgumentTypesProvidedGivesError ()
 
void TestMethodWithConvertibleArgumentsIsRunnable ()
 
void TestMethodWithNonConvertibleArgumentsGivesError ()
 
void ProtectedTestMethodIsNotRunnable ()
 
void PrivateTestMethodIsNotRunnable ()
 
void TestMethodWithReturnTypeIsNotRunnable ()
 
void TestMethodWithExpectedReturnTypeIsRunnable ()
 
void TestMethodWithMultipleTestCasesExecutesMultipleTimes ()
 
void TestMethodWithMultipleTestCasesUsesCorrectNames ()
 
void RunningTestsThroughFixtureGivesCorrectResults ()
 

Static Private Attributes

static Type fixtureType = typeof(TestMethodSignatureFixture)
 

Member Function Documentation

void NUnit.Framework.Internal.TestMethodSignatureTests.InstanceTestMethodIsRunnable ( )
inline
void NUnit.Framework.Internal.TestMethodSignatureTests.StaticTestMethodIsRunnable ( )
inline
void NUnit.Framework.Internal.TestMethodSignatureTests.TestMethodWithoutParametersWithArgumentsProvidedIsNotRunnable ( )
inline
void NUnit.Framework.Internal.TestMethodSignatureTests.TestMethodWithArgumentsNotProvidedIsNotRunnable ( )
inline
void NUnit.Framework.Internal.TestMethodSignatureTests.TestMethodWithArgumentsProvidedIsRunnable ( )
inline
void NUnit.Framework.Internal.TestMethodSignatureTests.TestMethodWithWrongNumberOfArgumentsProvidedIsNotRunnable ( )
inline
void NUnit.Framework.Internal.TestMethodSignatureTests.TestMethodWithWrongArgumentTypesProvidedGivesError ( )
inline
void NUnit.Framework.Internal.TestMethodSignatureTests.StaticTestMethodWithArgumentsNotProvidedIsNotRunnable ( )
inline
void NUnit.Framework.Internal.TestMethodSignatureTests.StaticTestMethodWithArgumentsProvidedIsRunnable ( )
inline
void NUnit.Framework.Internal.TestMethodSignatureTests.StaticTestMethodWithWrongNumberOfArgumentsProvidedIsNotRunnable ( )
inline
void NUnit.Framework.Internal.TestMethodSignatureTests.StaticTestMethodWithWrongArgumentTypesProvidedGivesError ( )
inline
void NUnit.Framework.Internal.TestMethodSignatureTests.TestMethodWithConvertibleArgumentsIsRunnable ( )
inline
void NUnit.Framework.Internal.TestMethodSignatureTests.TestMethodWithNonConvertibleArgumentsGivesError ( )
inline
void NUnit.Framework.Internal.TestMethodSignatureTests.ProtectedTestMethodIsNotRunnable ( )
inline
void NUnit.Framework.Internal.TestMethodSignatureTests.PrivateTestMethodIsNotRunnable ( )
inline
void NUnit.Framework.Internal.TestMethodSignatureTests.TestMethodWithReturnTypeIsNotRunnable ( )
inline
void NUnit.Framework.Internal.TestMethodSignatureTests.TestMethodWithExpectedReturnTypeIsRunnable ( )
inline

Member Data Documentation

Type NUnit.Framework.Internal.TestMethodSignatureTests.fixtureType = typeof(TestMethodSignatureFixture)
staticprivate

The documentation for this class was generated from the following file: