File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-framework-reference/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 158
158
<para >The Spring Framework provides first class support for
159
159
integration testing in
160
160
the <filename class =" libraryfile" >spring-test</filename > module.
161
- The name of the actual jar file might include the the release
161
+ The name of the actual jar file might include the release
162
162
version and might also be in the
163
163
long <filename >org.springframework.test</filename > form,
164
164
depending on where you got it from (see
168
168
contains valuable classes for integration testing with a Spring
169
169
container. This testing does not rely on an application server
170
170
or other deployment environment. Such tests are slower to run
171
- than unit tests but much faster to than the equivalent Cactus
171
+ than unit tests but much faster than the equivalent Cactus
172
172
tests or remote tests that rely on deployment to an application
173
173
server.</para >
174
174
You can’t perform that action at this time.
0 commit comments