()
| 74 | } |
| 75 | |
| 76 | public void testGetSetting() { |
| 77 | assertEquals("1", s.getSetting("Ns.setting1")); |
| 78 | assertEquals("true", s.getSetting("Ns.setting2")); |
| 79 | } |
| 80 | |
| 81 | public void testGetDouble() { |
| 82 | assertEquals(1.1, s.getDouble("double")); |
nothing calls this directly
no test coverage detected