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

Method testInit

qcommon/src/test/java/jake2/qcommon/exec/TestCvar.java:32–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30public class TestCvar {
31
32 @Test
33 public void testInit() {
34 Cvar.getInstance().Init();
35 }
36
37 @Test
38 public void testGet() {

Callers

nothing calls this directly

Calls 2

getInstanceMethod · 0.95
InitMethod · 0.65

Tested by

no test coverage detected