From: Tim M. <ma...@us...> - 2003-04-07 14:27:30
|
Update of /cvsroot/mockobjects/mockobjects-java/src/core/test/mockobjects/constraint In directory sc8-pr-cvs1:/tmp/cvs-serv10938/src/core/test/mockobjects/constraint Modified Files: Tag: DynamicMockExperiment ConstraintsTest.java Log Message: Refactored class hierarchy: - call actions can be stubbed - stubs can be decorated with expectations - calls can be grouped in a CallSet (set/bag) - a mock object inherits from CallSet Index: ConstraintsTest.java =================================================================== RCS file: /cvsroot/mockobjects/mockobjects-java/src/core/test/mockobjects/constraint/ConstraintsTest.java,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 --- ConstraintsTest.java 12 Nov 2002 17:42:40 -0000 1.1 +++ ConstraintsTest.java 7 Apr 2003 14:26:56 -0000 1.1.2.1 @@ -5,7 +5,6 @@ package test.mockobjects.constraint; import com.mockobjects.constraint.*; -import com.mockobjects.constraint.*; import java.util.EventObject; |