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

Method testMin

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

Source from the content-addressed store, hash-verified

107 }
108
109 @Test
110 public void testMin() {
111 Box box = new Box(MIN, MAX);
112 assertEquals(MIN, box.min());
113 }
114
115 @Test
116 public void testMax() {

Callers

nothing calls this directly

Calls 1

minMethod · 0.95

Tested by

no test coverage detected