[SPR-7849] fixed link to Goals section and updated EasyMock description.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3916 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
80fde6cd3a
commit
59572b2057
|
|
@ -1172,7 +1172,7 @@ public class ExtendedTest extends BaseTest {
|
|||
|
||||
<para>Consider the scenario of testing a
|
||||
<classname>HibernateTitleRepository</classname> class, as outlined in the <link
|
||||
linkend="testing-fixture-di">Goals</link> section. The next four
|
||||
linkend="integration-testing-goals">Goals</link> section. The next four
|
||||
code listings demonstrate the use of <interfacename>@Autowired</interfacename>
|
||||
and <interfacename>@Resource</interfacename> on fields and
|
||||
setter methods. The application context configuration is presented
|
||||
|
|
@ -1937,8 +1937,11 @@ public class HibernateClinicTests extends AbstractClinicTests { }
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><ulink url="http://www.easymock.org/">EasyMock</ulink>: Used
|
||||
by the Spring Framework in its test suite.</para>
|
||||
<para><ulink url="http://www.easymock.org/">EasyMock</ulink>:
|
||||
Java library <quote><emphasis>that provides Mock Objects for interfaces
|
||||
(and objects through the class extension) by generating them
|
||||
on the fly using Java's proxy mechanism.</emphasis></quote>
|
||||
Used by the Spring Framework in its test suite.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
|
|||
Loading…
Reference in New Issue