Skip to content

Commit 577755d

Browse files
committed
polishing
1 parent 6108129 commit 577755d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

org.springframework.aspects/src/main/java/org/springframework/mock/staticmock/AnnotationDrivenStaticEntityMockingControl.aj

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,16 @@ package org.springframework.mock.staticmock;
1818

1919
/**
2020
* Annotation-based aspect to use in test build to enable mocking static methods
21-
* on Entity classes, as used by Roo for finders.
22-
* <br>
23-
* Mocking will occur in the call stack of any method in a class (typically a test class)
21+
* on JPA-annotated <code>@Entity</code> classes, as used by Roo for finders.
22+
*
23+
* <p>Mocking will occur in the call stack of any method in a class (typically a test class)
2424
* that is annotated with the @MockStaticEntityMethods annotation.
25-
* <br>
26-
* Also provides static methods to simplify the programming model for
25+
*
26+
* <p>Also provides static methods to simplify the programming model for
2727
* entering playback mode and setting expected return values.
28-
* <br>
29-
* Usage:<ol>
28+
*
29+
* <p>Usage:
30+
* <ol>
3031
* <li>Annotate a test class with @MockStaticEntityMethods.
3132
* <li>In each test method, AnnotationDrivenStaticEntityMockingControl will begin in recording mode.
3233
* Invoke static methods on Entity classes, with each recording-mode invocation

0 commit comments

Comments
 (0)