MCPcopy Create free account
hub / github.com/castello/spring_basic / toString

Method toString

ch3/ApplicationContextTest.java:27–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 @Autowired Door[] doors;
26
27 @Override
28 public String toString() {
29 return "Car{" +
30 "color='" + color + '\'' +
31 ", oil=" + oil +
32 ", engine=" + engine +
33 ", doors=" + Arrays.toString(doors) +
34 '}';
35 }
36}
37
38public class ApplicationContextTest {

Callers 1

mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected