MCPcopy Create free account
hub / github.com/ReadyTalk/avian / main

Method main

test/TimeUnitConversions.java:108–116  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

106 }
107
108 public static void main(String[] args) {
109 toNanoConversionTest();
110 toMicroConversionTest();
111 toMilliConversionTest();
112 toSecondConversionTest();
113 toMinuteConversionTest();
114 toHourConversionTest();
115 toDayConversionTest();
116 }
117}

Callers

nothing calls this directly

Calls 7

toNanoConversionTestMethod · 0.95
toMicroConversionTestMethod · 0.95
toMilliConversionTestMethod · 0.95
toHourConversionTestMethod · 0.95
toDayConversionTestMethod · 0.95

Tested by

no test coverage detected