~lifeless/testtools/haslength

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2013-01-23 20:07:43 UTC
  • Revision ID: robertc@robertcollins.net-20130123200743-0hoe8ny6nzt32liq
* New matcher ``HasLength`` for matching the length of a collection.
  (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
Improvements
10
10
------------
11
11
 
 
12
* New matcher ``HasLength`` for matching the length of a collection.
 
13
  (Robert Collins)
 
14
 
12
15
* New matcher ``MatchesPredicateWithParams`` make it still easier to create
13
16
  adhoc matchers. (Robert Collins)
14
17