[bs-22] Add loads of actuator tests

Discovered a few issues along the way and refactored
accordingly.

[#48127729] [bs-22] Add missing unit tests
This commit is contained in:
Dave Syer
2013-05-23 18:36:23 +01:00
parent 19d8315639
commit b7c0e3279e
25 changed files with 782 additions and 105 deletions

View File

@@ -35,7 +35,7 @@ import static org.junit.Assert.assertTrue;
* @author Dave Syer
*
*/
public class VarzAddressServiceBootstrapApplicationTests {
public class ManagementAddressServiceBootstrapApplicationTests {
private static ConfigurableApplicationContext context;

View File

@@ -26,7 +26,7 @@ import static org.junit.Assert.assertEquals;
* @author Dave Syer
*
*/
public class VarzContextServiceBootstrapApplicationTests {
public class ManagementServiceBootstrapApplicationTests {
private static ConfigurableApplicationContext context;

View File

@@ -35,7 +35,7 @@ import static org.junit.Assert.assertEquals;
* @author Dave Syer
*
*/
public class NoVarzContextServiceBootstrapApplicationTests {
public class NoManagementServiceBootstrapApplicationTests {
private static ConfigurableApplicationContext context;