From dd0eb5a55edd2c7c2b751b3f38bf1da64c9b066d Mon Sep 17 00:00:00 2001 From: Mic Date: Mon, 4 Mar 2013 12:15:20 +0800 Subject: [PATCH] improved/updated Javadoc in JUnit tests --- .../petclinic/service/AbstractClinicServiceTests.java | 2 +- .../samples/petclinic/service/ClinicServiceJdbcTests.java | 3 ++- .../samples/petclinic/service/ClinicServiceJpaTests.java | 6 ++---- .../petclinic/service/ClinicServiceSpringDataJpaTests.java | 2 ++ 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/test/java/org/springframework/samples/petclinic/service/AbstractClinicServiceTests.java b/src/test/java/org/springframework/samples/petclinic/service/AbstractClinicServiceTests.java index e0571f779..d0d9e55ba 100644 --- a/src/test/java/org/springframework/samples/petclinic/service/AbstractClinicServiceTests.java +++ b/src/test/java/org/springframework/samples/petclinic/service/AbstractClinicServiceTests.java @@ -34,7 +34,7 @@ import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; /** - *

Base class for {@link clinicService} integration tests.

Subclasses should specify Spring context + *

Base class for {@link ClinicService} integration tests.

Subclasses should specify Spring context * configuration using {@link ContextConfiguration @ContextConfiguration} annotation

* AbstractclinicServiceTests and its subclasses benefit from the following services provided by the Spring * TestContext Framework: