issue 6
(ShouldBeLessThanOrEqualTo and ShouldBeGreaterThanOrEqualTo) reported by CamperWill
- What is the expected output? What do you see instead?
should call Assert.LessOrEqual and Assert.GreaterOrEqual
What version of the product are you using? On what operating system?
trunk revision 43
Please provide any additional information below.
What is the expected output? What do you see instead?
should call Assert.LessOrEqual and Assert.GreaterOrEqual
What version of the product are you using? On what operating system?
trunk revision 43
Please provide any additional information below.
Jan 07, 2009
issue 4
(Cannot open project in VS2005) commented on by jrista
- Extension Methods are a .NET 3.5/C# 3.0 feature that requires Visual Studio 2008.
Even if you could open the solution in VS 2005, you could not compile it, nor could
you compile any tests that tried to use the library.
Extension Methods are a .NET 3.5/C# 3.0 feature that requires Visual Studio 2008.
Even if you could open the solution in VS 2005, you could not compile it, nor could
you compile any tests that tried to use the library.
Older
Sep 03, 2008
issue 5
(Additional extension method) commented on by dkode8
- whoops, forgot the .patch extension on the file
whoops, forgot the .patch extension on the file
Sep 03, 2008
issue 5
(Additional extension method) reported by dkode8
- What version of the product are you using? On what operating system?
trunk
Please provide any additional information below.
I have found this assertion to be useful for asserting on a collection of
items. perhaps other people would find it useful?
thanks!
Sean
What version of the product are you using? On what operating system?
trunk
Please provide any additional information below.
I have found this assertion to be useful for asserting on a collection of
items. perhaps other people would find it useful?
thanks!
Sean