public class StarterTest extends Object
Starter.| Constructor and Description |
|---|
StarterTest() |
| Modifier and Type | Method and Description |
|---|---|
private static void |
assertString(String str)
Asserts that
str is a non-empty string. |
private static void |
assertStringContaining(String str,
String expected)
Asserts that
str is a non-empty string containing expected. |
void |
testFailingServiceCreation()
Asserts that accessing the state of a non-existent service in the service environment does not fail.
|
void |
testStarter()
Tests the starter.
|
public void testStarter()
private static void assertString(String str)
str is a non-empty string.str - the string to assertprivate static void assertStringContaining(String str, String expected)
str is a non-empty string containing expected.str - the string to assertexpected - expected substring of strpublic void testFailingServiceCreation()
Copyright © 2022. All rights reserved.