[Mono-dev] [PATCH] System.ArraySegment.cs

Robert Jordan robertj at gmx.net
Sun Jan 14 09:26:19 EST 2007


Hi,

Jensen Somers wrote:
>  [TestFixture]
> -public class ArraySegmentTest
> +public class ArraySegmentTest : Assertion

Inheriting from Assertion is deprecated. Please use the members of
the Assert class for you assertions, like exercised by the other
tests in this file.

Robert




More information about the Mono-devel-list mailing list