Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.4.0
-
Fix Version/s: 2.5.0
-
Component/s: JMock 2.x.x Library
-
Labels:None
-
Environment:All
-
Number of attachments :
Description
Add versions of with method that accept primitives and a template version that are shorthand for with( equal( ... ) ).
So instead of saying with( equal( 1 ) ), you can just say with( 1 ).
Fix in SVN