Rename EnvironmentTests => StandardEnvironmentTests
This commit is contained in:
parent
a53d592f62
commit
2c26a23c46
|
@ -47,7 +47,7 @@ import org.springframework.mock.env.MockPropertySource;
|
||||||
*
|
*
|
||||||
* @author Chris Beams
|
* @author Chris Beams
|
||||||
*/
|
*/
|
||||||
public class EnvironmentTests {
|
public class StandardEnvironmentTests {
|
||||||
|
|
||||||
private static final String ALLOWED_PROPERTY_NAME = "theanswer";
|
private static final String ALLOWED_PROPERTY_NAME = "theanswer";
|
||||||
private static final String ALLOWED_PROPERTY_VALUE = "42";
|
private static final String ALLOWED_PROPERTY_VALUE = "42";
|
Loading…
Reference in New Issue