()
| 56 | } |
| 57 | |
| 58 | @Test |
| 59 | public void testFind() { |
| 60 | Cvar.getInstance().Set("rene3", "is cool."); |
| 61 | |
| 62 | Assert.assertEquals("is cool.", Cvar.getInstance().FindVar("rene3").string); |
| 63 | } |
| 64 | |
| 65 | @Test |
| 66 | public void testVariableString() { |
nothing calls this directly
no test coverage detected