From 4be2d15950a978979d2b2e10cd273d6e9b8c1a53 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 11 Dec 2012 22:03:18 +0100 Subject: [PATCH] Reformat the Testing chapter Reformatted the Testing chapter in preparation for upcoming changes. --- src/reference/docbook/testing.xml | 44 +++++++++++++++---------------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/src/reference/docbook/testing.xml b/src/reference/docbook/testing.xml index 408e9ac960..dd42185697 100644 --- a/src/reference/docbook/testing.xml +++ b/src/reference/docbook/testing.xml @@ -1,13 +1,12 @@ - - + Testing
@@ -85,8 +84,8 @@ usage with Spring's Web MVC framework, which are useful for testing web contexts and controllers. These mock objects are generally more convenient to use than dynamic mock objects such as EasyMock or existing - Servlet API mock objects such as EasyMock or existing Servlet + API mock objects such as MockObjects.
@@ -2558,28 +2557,27 @@ public class HibernateClinicTests extends AbstractClinicTests { } MockObjects.com: Web - site dedicated to mock objects, a technique for improving the design - of code within test-driven development. + xl:href="http://www.mockobjects.com/">MockObjects.com: Web site + dedicated to mock objects, a technique for improving the design of + code within test-driven development. - "Mock + "Mock Objects": Article in Wikipedia. - EasyMock: - Java library that provides Mock Objects for - interfaces (and objects through the class extension) by generating - them on the fly using Java's proxy mechanism. Used - by the Spring Framework in its test suite. + EasyMock: Java + library that provides Mock Objects for interfaces + (and objects through the class extension) by generating them on the + fly using Java's proxy mechanism. Used by the + Spring Framework in its test suite. - JMock: Library - that supports test-driven development of Java code with mock + JMock: Library that + supports test-driven development of Java code with mock objects. -- GitLab