MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / main

Method main

src/main/java/net/optifine/util/MathUtilsTest.java:7–17  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

5public class MathUtilsTest
6{
7 public static void main(String[] args) throws Exception
8 {
9 MathUtilsTest.OPER[] amathutilstest$oper = MathUtilsTest.OPER.values();
10
11 for (int i = 0; i < amathutilstest$oper.length; ++i)
12 {
13 MathUtilsTest.OPER mathutilstest$oper = amathutilstest$oper[i];
14 dbg("******** " + mathutilstest$oper + " ***********");
15 test(mathutilstest$oper, false);
16 }
17 }
18
19 private static void test(MathUtilsTest.OPER oper, boolean fast)
20 {

Callers

nothing calls this directly

Calls 3

dbgMethod · 0.95
testMethod · 0.95
valuesMethod · 0.80

Tested by

no test coverage detected