vote up 2 vote down star

I am working on a project utilizing MSTest and I need similar constraints for testing arrays/lists that NUnit provides (http://www.nunit.org/index.php?p=collectionConstraints&r=2.4.8)

Is there anything similar built-in or as an add-on to the MSTest framework?

flag

Link seems broken, I'm afraid – Daniel Elliott Sep 8 at 17:29

1 Answer

vote up 1 vote down check

Hi Jon,

Does this help.

Collection Contrainsts in C# here at Stack Overflow.

And this, the specific class that the question is relating to.

CollectionAssert Class

The asserts are very similar to that provided in the NUnit test.

regards

Bob.

link|flag
wow, thanks. the way it is named made it difficult to discover. – Jon Erickson Sep 24 at 16:03

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.