MCPcopy Create free account
hub / github.com/e2wugui/zeze / main

Method main

ZezeJava/ZezeJavaTest/src/UnitTest/Zeze/Game/TestRank.java:117–125  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

115
116 // 用于生成Redirect代码
117 public static void main(String[] args) throws Exception {
118 TestRank testRank = new TestRank();
119 try {
120 testRank.setUp();
121 testRank.testRank();
122 } finally {
123 testRank.tearDown();
124 }
125 }
126}

Callers

nothing calls this directly

Calls 3

setUpMethod · 0.95
testRankMethod · 0.95
tearDownMethod · 0.95

Tested by

no test coverage detected