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

Method testNoRun

test/SettingsTest.java:214–217  ·  view source on GitHub ↗

Tests disabled run-specific variables

()

Source from the content-addressed store, hash-verified

212 * Tests disabled run-specific variables
213 */
214 public void testNoRun() {
215 Settings.setRunIndex(-1);
216 assertEquals("[val1 ; val2;val3; val4 ]", s.getSetting(RS_S));
217 }
218
219}

Callers

nothing calls this directly

Calls 2

setRunIndexMethod · 0.95
getSettingMethod · 0.80

Tested by

no test coverage detected