NAnt SDK Documentation - v0.92 |
|
NUnitTestCollection.Contains Method
Determines whether a NUnitTest is in the collection.
[Visual Basic]
Public Function Contains( _
ByVal
item As
NUnitTest _
) As
Boolean
Parameters
-
item
- The NUnitTest to locate in the collection.
Return Value
true if item is found in the collection; otherwise, false.
See Also
NUnitTestCollection Class | NAnt.NUnit1.Types Namespace