vrakeshreddy / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

Assert.IsNotInstanceOfType fails if the given value is null. #588

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Assert.IsNotInstanceOfType<T>(null) should succeed, because clearly null is
not an instance of T.
Today this assertion fails.
Thanks.

Original issue reported on code.google.com by mark.kha...@gmail.com on 17 Nov 2009 at 3:51

GoogleCodeExporter commented 9 years ago
Well spotted!

Original comment by Yann.Tre...@gmail.com on 18 Nov 2009 at 6:31

GoogleCodeExporter commented 9 years ago

Original comment by Yann.Tre...@gmail.com on 18 Nov 2009 at 6:32

GoogleCodeExporter commented 9 years ago

Original comment by Yann.Tre...@gmail.com on 4 Jan 2010 at 7:56