| | |
| | | /** Gets the child configuration checking that it has the expected name. */ |
| | | public TestChildCfg getChildCfg(String expectedName) { |
| | | Assert.assertNotNull(childCfg); |
| | | Assert.assertEquals(childCfg.dn().rdn().getFirstAVA().getAttributeValue().toString(), expectedName); |
| | | Assert.assertEquals(childCfg.name(), expectedName); |
| | | return childCfg; |
| | | } |
| | | |
| | |
| | | /** Gets the child configuration checking that it has the expected name. */ |
| | | public TestChildCfg getChildCfg(String expectedName) { |
| | | Assert.assertNotNull(childCfg); |
| | | Assert.assertEquals(childCfg.dn().rdn().getFirstAVA().getAttributeValue().toString(), expectedName); |
| | | Assert.assertEquals(childCfg.name(), expectedName); |
| | | return childCfg; |
| | | } |
| | | |