Remove "fully leaded" colloquialism
Update IntegrationTest Javadoc to remove the "fully leaded" colloquialism. See gh-2272
This commit is contained in:
parent
ad69a1aec9
commit
302ce17092
|
|
@ -31,8 +31,9 @@ import org.springframework.test.context.support.DirtiesContextTestExecutionListe
|
|||
import org.springframework.test.context.transaction.TransactionalTestExecutionListener;
|
||||
|
||||
/**
|
||||
* Test class annotation signifying that the tests are integration tests (and therefore
|
||||
* require an application to startup "fully leaded" and listening on its normal ports).
|
||||
* Test class annotation signifying that the tests are "integration tests" and therefore
|
||||
* require full startup in the same way as a production application (listening on normal
|
||||
* ports).
|
||||
*
|
||||
* @author Dave Syer
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue