MCPcopy Create free account
hub / github.com/GCMiner/GCMiner / display

Method display

src/test/java/examples/Student.java:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 public void display() {
34 System.out.println(this.toString());
35 }
36 public void learn() throws Exception{
37// long start = System.currentTimeMillis();
38 Random rand = new Random();

Callers 2

studentDisplayMonitorMethod · 0.95
mainMethod · 0.95

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected