Represents a module within a test case (see ITestCase).
| C# | Visual Basic | Visual C++ |
public interface IModule
Public Interface IModule
public interface class IModule
| All Members | Properties | ||||
| Icon | Member | Description |
|---|---|---|
| HasWarnings |
Gets a value indicating whether this instance has warnings.
| |
| IsSetup |
Gets a value indicating whether this instance is a setup module.
| |
| IsTeardown |
Gets a value indicating whether this instance is a teardown module.
| |
| Name |
Gets the name of the module.
|
