MCPcopy Create free account
hub / github.com/akeranen/the-one / testGetSetting

Method testGetSetting

test/SettingsTest.java:76–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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"));

Callers

nothing calls this directly

Calls 1

getSettingMethod · 0.80

Tested by

no test coverage detected