I'm not sure what the problem is... CollectionAssert is part of the
nunit.framework assembly, which you must be referencing if you are
able to use TestAttribute and TestFixtureAttribute.
The code you show is not going to compile, because there are no
arguments to CollectionAssert.AreEqual(). If you were to write
CollectionAssert.AreEqual(rawTokens, cleanTokens) then that would
compile - although it may not be the comparison you wanted to make.
But perhaps I'm not understanding what the problem is.
Charlie
> --
> You received this message because you are subscribed to the Google Groups "NUnit-Discuss" group.
> To post to this group, send email to nunit-...@googlegroups.com.
> To unsubscribe from this group, send email to nunit-discus...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/nunit-discuss?hl=en.
>