()
| 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 |
nothing calls this directly
no test coverage detected