dekaf-main-test/src/settings/SettingsBuilderTest.kt [52:65]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - expect that s hasSize 3 expect that s.getEntry(1).name equalsTo "B" expect that s.getEntry(1).value iz Settings::class val nest = s.getEntry(1).nest() nest ?: failNull("nest()") expect that nest hasSize 2 expect that nest.getEntry(0).name equalsTo "B11" expect that nest.getEntry(0).value equalsTo 11 } @Test - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - dekaf-main-test/src/settings/SettingsBuilderTest.kt [78:91]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - expect that s hasSize 3 expect that s.getEntry(1).name equalsTo "B" expect that s.getEntry(1).value iz Settings::class val nest = s.getEntry(1).nest() nest ?: failNull("nest()") expect that nest hasSize 2 expect that nest.getEntry(0).name equalsTo "B11" expect that nest.getEntry(0).value equalsTo 11 } @Test - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -