Fork: Should

commits

date

comment

8522d660331a
by timtas
Aug 13 2011
12:56 AM
default tip

Fixed issues created when a merge crashed. Moved new equality features to extension methods from concrete classes.

97177fb46b32
by timtas
Aug 12 2011
11:43 PM

Made small changes to double equality with tolerance. Extended double equality with tolerance to Fluent API. Added datetime equality to both APIs using both tolerance and precision.

4292503dc3e6
by behaug
Oct 19 2010
2:07 PM

Added .ShouldEqual() and .ShouldNotEqual() for doubles, taking a tolerance

7f30c42bba9b
by timtas
Aug 12 2011
8:27 PM

Fixed problem with build after upgrading solution to VS 2010.

77222346175b
by timtas
Aug 12 2011
7:32 PM

Upgraded to VS 2010

4db72c174dad
by timtas
Nov 10 2010
5:09 PM

Replaced concrete "Be" and "Should" classes with extensions where possible.

d461e75c9a01
by timtas
Nov 10 2010
3:10 PM

Changed ShouldString to use Apply method. Added some missing Mspec files

d13ccdb1d7dc
by timtas
Nov 9 2010
7:59 PM

Major refactor of Should.Fluent to simply and create better extensibility.

3bc81d085ab0
by timtas
Oct 25 2010
3:46 PM

Fixed and refined some XML comments for object extensions. Refined naming of comparison assertions.

3af434a820d9
by timtas
Oct 25 2010
2:04 AM

Finished changing semantics of comparison methods. Added support to AssertComparer for edge case of a class that overloads comparison operators but does not implement IComparable or IComparable<T>.

8c3802321975
by timtas
Oct 23 2010
9:45 PM

Changed semantics of comparison method and parameters. Added comparison methods to BeDateTime, BeNullableDateTime, BeGuid. Changed the message format for comparison exceptions. Refactored comparson exceptions to have a layer supertype.

376d7ba91d49
by MelGrubb
Oct 20 2010
3:30 AM

Added fluent implementation and unit tests.

650be095fa39
by MelGrubb
Oct 18 2010
2:32 AM

Added more GreaterThan/LessThan tests.

f7e098d1f090
by MelGrubb
Oct 17 2010
2:51 AM

Assertions and Exceptions added. Starting on unit tests.
Shelving due to pathing issues with spaces. "...Users\Mel\My Projects\Should" causes build to break,
moving to "...Users\Mel\Projects\Should"

0f3304e7b6a4
by timtas
Oct 10 2010
9:51 PM

Disable package creation, for now

323a0046dd19
by timtas
Oct 9 2010
6:19 PM

Change version number in nuspec files to the current version number before packaging.

09c74328a9d1
by timtas
Oct 9 2010
6:05 PM

Still trying to get packaging working on the CI server.

f58d95184990
by timtas
Oct 9 2010
5:54 PM

Trying to make packaging work on the CI server.

f7ab563ed2dc
by timtas
Oct 9 2010
5:39 PM

Fixed issue with setting version in build script.

0a8bfcc8a2c7
by timtas
Oct 9 2010
5:33 PM

Added common assembly info generation to build. Fixed problem with pacakge generation in build. Fixed error in nuspec for Fluent.

99f9c3a153aa
by timtas
Oct 9 2010
2:46 PM

Added NuPack packaging to build script.

be5120f989dd
by timtas
Aug 27 2010
8:09 PM

Added teamcity switch to mspec test run

cda028051f40
by timtas
Aug 27 2010
7:50 PM

Fixed tests

4ba0d0c0bfff
by timtas
Aug 27 2010
6:30 PM

Fixed StackTraceForThrowsIsOriginalThrowNotAssertThrows test. It will now survive changes to up-scope names.

e14d634979ef
by timtas
Aug 27 2010
6:04 PM

Merged pull request