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

Method learn

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

Source from the content-addressed store, hash-verified

34 System.out.println(this.toString());
35 }
36 public void learn() throws Exception{
37// long start = System.currentTimeMillis();
38 Random rand = new Random();
39 int time = rand.nextInt(1000)+3000;
40 Thread.sleep(time);
41// long end = System.currentTimeMillis();
42// System.out.println(end-start);
43 }
44 public static void main(String[] args) {
45 Student s = new Student();
46 s.display();

Callers 2

studentLearnMonitorMethod · 0.95
mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected