Hi.
Observe the following piece of code:
============================================================================
[VerifyContract]
public readonly IContract CollectionTests = new
ListContract<IList<int>, int>
{
IsReadOnly = true,
DefaultInstance = () => new ReadOnlyCollection<int>(new[] { 0,
5, 7, 2 }),
DistinctInstances = new DistinctInstanceCollection<int>(new[]
{ 5, 10 }),
};
============================================================================
Running it fails the CopyTo test case.
Is it by design?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MbUnit.User" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/mbunituser?hl=en
-~----------~----~----~----~------~----~------~--~---