IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
This is the complete list of members for NUnit.Framework.Internal.Execution.CommandBuilder, including all inherited members.
BuildNode(Type fixtureType, IList< MethodInfo > setUpMethods, IList< MethodInfo > tearDownMethods) | NUnit.Framework.Internal.Execution.CommandBuilder | inlineprivatestatic |
BuildSetUpTearDownList(Type fixtureType, Type setUpType, Type tearDownType) | NUnit.Framework.Internal.Execution.CommandBuilder | inlinestatic |
MakeOneTimeSetUpCommand(TestSuite suite, List< SetUpTearDownItem > setUpTearDown, List< TestActionItem > actions) | NUnit.Framework.Internal.Execution.CommandBuilder | inlinestatic |
MakeOneTimeTearDownCommand(TestSuite suite, List< SetUpTearDownItem > setUpTearDownItems, List< TestActionItem > actions) | NUnit.Framework.Internal.Execution.CommandBuilder | inlinestatic |
MakeSkipCommand(Test test) | NUnit.Framework.Internal.Execution.CommandBuilder | inlinestatic |
MakeTestCommand(TestMethod test) | NUnit.Framework.Internal.Execution.CommandBuilder | inlinestatic |
SelectMethodsByDeclaringType(Type type, IList< MethodInfo > methods) | NUnit.Framework.Internal.Execution.CommandBuilder | inlineprivatestatic |