MCPcopy Create free account
hub / github.com/BuildCraft/BuildCraft / testMax

Method testMax

src/test/java/buildcraft/test/core/BoxTester.java:115–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 }
114
115 @Test
116 public void testMax() {
117 Box box = new Box(MIN, MAX);
118 assertEquals(MAX, box.max());
119 }
120
121 @Test
122 public void testSize() {

Callers

nothing calls this directly

Calls 1

maxMethod · 0.95

Tested by

no test coverage detected