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.Attributes.TestFixtureAttributeTests Class Reference

Public Member Functions

void ConstructWithoutArguments ()
 
void ConstructWithFixtureArgs ()
 
void ConstructWithJustTypeArgs ()
 
void ConstructWithNoArgumentsAndSetTypeArgs ()
 
void ConstructWithFixtureArgsAndSetTypeArgs ()
 
void ConstructWithCombinedArgs ()
 

Static Private Attributes

static object[] fixtureArgs = new object[] { 10, 20, "Charlie" }
 
static Type[] typeArgs = new Type[] { typeof(int), typeof(string) }
 
static object[] combinedArgs = new object[] { typeof(int), typeof(string), 10, 20, "Charlie" }
 

Member Function Documentation

void NUnit.Framework.Attributes.TestFixtureAttributeTests.ConstructWithoutArguments ( )
inline
void NUnit.Framework.Attributes.TestFixtureAttributeTests.ConstructWithFixtureArgs ( )
inline
void NUnit.Framework.Attributes.TestFixtureAttributeTests.ConstructWithJustTypeArgs ( )
inline
void NUnit.Framework.Attributes.TestFixtureAttributeTests.ConstructWithNoArgumentsAndSetTypeArgs ( )
inline
void NUnit.Framework.Attributes.TestFixtureAttributeTests.ConstructWithFixtureArgsAndSetTypeArgs ( )
inline
void NUnit.Framework.Attributes.TestFixtureAttributeTests.ConstructWithCombinedArgs ( )
inline

Member Data Documentation

object [] NUnit.Framework.Attributes.TestFixtureAttributeTests.fixtureArgs = new object[] { 10, 20, "Charlie" }
staticprivate
Type [] NUnit.Framework.Attributes.TestFixtureAttributeTests.typeArgs = new Type[] { typeof(int), typeof(string) }
staticprivate
object [] NUnit.Framework.Attributes.TestFixtureAttributeTests.combinedArgs = new object[] { typeof(int), typeof(string), 10, 20, "Charlie" }
staticprivate

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