Summary
Enumerates the
NAnt.NUnit1.Types.NUnitTest
elements of a NAnt.NUnit1.Types.NUnitTestCollection
.
- Assembly
- NAnt
.NUnit1 .dll - Namespace
- NAnt
.NUnit1 .Types - Interfaces
-
- IEnumerator
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IEnumerator"]
Type["NUnitTestEnumerator"]
class Type type-node
Syntax
public class NUnitTestEnumerator : IEnumerator
Properties
Methods
Name | Value | Summary |
---|---|---|
MoveNext |
bool |
Advances the enumerator to the next element of the collection.
|
Reset |
void |
Sets the enumerator to its initial position, which is before the
first element in the collection.
|