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.MaxTimeCommand Class Reference

TODO: Documentation needed for class More...

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

Public Member Functions

 MaxTimeCommand (TestCommand innerCommand, int maxTime)
 Initializes a new instance of the MaxTimeCommand class. More...
 
override TestResult Execute (TestExecutionContext context)
 Runs the test, saving a TestResult in the supplied TestExecutionContext More...
 
- Public Member Functions inherited from NUnit.Framework.Internal.Commands.TestCommand
 TestCommand (Test test)
 Construct a TestCommand for a test. More...
 

Private Attributes

int maxTime
 

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

TODO: Documentation needed for class

Constructor & Destructor Documentation

NUnit.Framework.Internal.Commands.MaxTimeCommand.MaxTimeCommand ( TestCommand  innerCommand,
int  maxTime 
)
inline

Initializes a new instance of the MaxTimeCommand class.

Parameters
innerCommandThe inner command.
maxTimeThe max time allowed in milliseconds

Member Function Documentation

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

Member Data Documentation

int NUnit.Framework.Internal.Commands.MaxTimeCommand.maxTime
private

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