parent
0bcdec7d91
commit
c8fd4cb584
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2002-2016 the original author or authors.
|
* Copyright 2002-2017 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
@ -97,8 +97,8 @@ public class ServletTestExecutionListener extends AbstractTestExecutionListener
|
||||||
ServletTestExecutionListener.class, "createdByTheTestContextFramework");
|
ServletTestExecutionListener.class, "createdByTheTestContextFramework");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Attribute name for a {@link TestContext} attribute which indicates that that
|
* Attribute name for a {@link TestContext} attribute which indicates that the
|
||||||
* the {@code ServletTestExecutionListener} should be activated. When not set to
|
* {@code ServletTestExecutionListener} should be activated. When not set to
|
||||||
* {@code true}, activation occurs when the {@linkplain TestContext#getTestClass()
|
* {@code true}, activation occurs when the {@linkplain TestContext#getTestClass()
|
||||||
* test class} is annotated with {@link WebAppConfiguration @WebAppConfiguration}.
|
* test class} is annotated with {@link WebAppConfiguration @WebAppConfiguration}.
|
||||||
* <p>Permissible values include {@link Boolean#TRUE} and {@link Boolean#FALSE}.
|
* <p>Permissible values include {@link Boolean#TRUE} and {@link Boolean#FALSE}.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue