[nem-en] [NemerleUnit] What about other attributes available in
NUnit?
Kamil Skalski
kamil.skalski at gmail.com
Fri Feb 2 20:20:13 CET 2007
>
> 3) ExpectedException, Platform, Category, Explicit, Ignore
>
> These cases are more complicated. Can we add attributes like always:
>
> [ExpectedException(typeof(InvalidOperationException))]
> test MyTest
> {
>
> }
>
Maybe
test MyTest [ExpectedException (...)]
{
}
It would be easier to parse and analyse. It also looks quite nice.
> ?
>
> 4) Suite.
>
> This is deprecated. I woundn't bother to implement it at all.
>
>
> --
> AKhropov
>
>
> _______________________________________________
> https://nemerle.org/mailman/listinfo/devel-en
>
--
Kamil Skalski
http://nazgul.omega.pl
More information about the devel-en
mailing list