The following test returns fails but it should succeed.
[Test]
public void IsClosedTypeOfReturnsTrueForOpenGenericInterfaces()
{
Assert.True(typeof(ICommand<SaveCommandData>).IsClosedTypeOf(typeof(ICommand<>))
);
}
Original issue reported on code.google.com by lanwin...@gmail.com on 28 Feb 2011 at 9:28
Original issue reported on code.google.com by
lanwin...@gmail.com
on 28 Feb 2011 at 9:28