Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# nunit assert.contains

//Used to test whether anObject is contained in collection.
Assert.Contains(object anObject, ICollection collection);
Assert.Contains(object anObject, ICollection collection,
                string message, params object[] params);
Source by docs.nunit.org #
 
PREVIOUS NEXT
Tagged: #nunit
ADD COMMENT
Topic
Name
9+8 =