MCPcopy Create free account
hub / github.com/demoth/jake2 / setup

Method setup

qcommon/src/test/java/jake2/qcommon/TestMSG.java:21–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 sizebuf_t buffer;
20
21 @Before
22 public void setup() {
23 buffer = new sizebuf_t();
24 buffer.init(new byte[MAX_MSGLEN], MAX_MSGLEN);
25 }
26
27 @Test
28 public void testIntegers() {

Callers 2

gotnewclMethod · 0.45

Calls 1

initMethod · 0.65

Tested by

no test coverage detected