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

Method testGet

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

Source from the content-addressed store, hash-verified

35 }
36
37 @Test
38 public void testGet() {
39 Cvar.getInstance().Set("rene", "is cool.");
40
41 Assert.assertEquals("is cool.", Cvar.getInstance().Get("rene", "default", 0).string);
42 }
43
44 @Test
45 public void testGetDefault() {

Callers

nothing calls this directly

Calls 3

getInstanceMethod · 0.95
SetMethod · 0.80
GetMethod · 0.80

Tested by

no test coverage detected