Code example changes
This commit is contained in:
@@ -19,7 +19,7 @@ public class TestCakeClassConstructorInjection {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testConstructorInjection() {
|
public void testConstructorInjection() {
|
||||||
String testColor=cake.getFlavor().getColor();
|
String testColor = cake.getFlavor().getColor();
|
||||||
Assert.assertEquals(testColor, " White ");
|
Assert.assertEquals(testColor, " White ");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user