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

Method testRunIndexContains

test/SettingsTest.java:166–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164 }
165
166 public void testRunIndexContains() {
167 assertFalse(s.contains("Ns.runSetting"));
168 Settings.setRunIndex(2);
169 assertTrue(s.contains("Ns.runSetting"));
170 }
171
172 /**
173 * Test filling empty values of run index from secondary namespace

Callers

nothing calls this directly

Calls 2

setRunIndexMethod · 0.95
containsMethod · 0.80

Tested by

no test coverage detected