summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2007-11-17 18:21:37 -0200
committerGustavo Niemeyer <gustavo@niemeyer.net>2007-11-17 18:21:37 -0200
commitf208f3845c4ab36caae331fe1f756bd2d7ee07a8 (patch)
treefa5abd06a0ff06b7fd91208a80e278348909b681 /NEWS
parent745fc9a11340f192e2f73c0f1f3101866d26f74f (diff)
downloadmocker-f208f3845c4ab36caae331fe1f756bd2d7ee07a8.tar.gz
Added MockerTestCase.assert[Not]{Starts,Ends}With().
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8d43cb5..81160de 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@
they accept the same arguments. This is useful to verify if a fake
or stub class have the same API as the real class being simulated.
+- Added MockerTestCase.assert[Not]{Starts,Ends}With().
+
- If the replay() method is called twice, expectations will be fully
reset so that several similar tests may be performed in a row by
just calling replay() again.