protected void assertDummyAccountShadowModel(
     PrismObject<ShadowType> accountShadow, String oid, String username, String fullname)
     throws SchemaException {
   assertDummyAccountShadowModel(accountShadow, oid, username);
   IntegrationTestTools.assertAttribute(
       accountShadow, dummyResourceCtl.getAttributeFullnameQName(), fullname);
 }