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.Commands.TheoryResultCommand Class Reference

TheoryResultCommand adjusts the result of a Theory so that it fails if all the results were inconclusive. More...

+ Inheritance diagram for NUnit.Framework.Internal.Commands.TheoryResultCommand:
+ Collaboration diagram for NUnit.Framework.Internal.Commands.TheoryResultCommand:

Public Member Functions

 TheoryResultCommand (TestCommand command)
 Constructs a TheoryResultCommand More...
 
override TestResult Execute (TestExecutionContext context)
 Overridden to call the inner command and adjust the result in case all chlid results were inconclusive. More...
 
- Public Member Functions inherited from NUnit.Framework.Internal.Commands.TestCommand
 TestCommand (Test test)
 Construct a TestCommand for a test. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NUnit.Framework.Internal.Commands.DelegatingTestCommand
 DelegatingTestCommand (TestCommand innerCommand)
 TODO: Documentation needed for constructor More...
 
- Protected Attributes inherited from NUnit.Framework.Internal.Commands.DelegatingTestCommand
TestCommand innerCommand
 TODO: Documentation needed for field More...
 
- Properties inherited from NUnit.Framework.Internal.Commands.TestCommand
Test Test [get, private set]
 Gets the test associated with this command. More...
 

Detailed Description

TheoryResultCommand adjusts the result of a Theory so that it fails if all the results were inconclusive.

Constructor & Destructor Documentation

NUnit.Framework.Internal.Commands.TheoryResultCommand.TheoryResultCommand ( TestCommand  command)
inline

Constructs a TheoryResultCommand

Parameters
commandThe command to be wrapped by this one

Member Function Documentation

override TestResult NUnit.Framework.Internal.Commands.TheoryResultCommand.Execute ( TestExecutionContext  context)
inlinevirtual

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