|
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" } |
|
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 |
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: