From f208f3845c4ab36caae331fe1f756bd2d7ee07a8 Mon Sep 17 00:00:00 2001 From: Gustavo Niemeyer Date: Sat, 17 Nov 2007 18:21:37 -0200 Subject: Added MockerTestCase.assert[Not]{Starts,Ends}With(). --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') 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. -- cgit v1.2.1