final IApplication app = domain.createApplication(
applicationName, jbossAs, ApplicationScale.NO_SCALE, GearProfileTestUtils.getFirstAvailableGearProfile(domain), null, CREATE_TIMEOUT,
CartridgeTestUtils.foreman063());
// verifications
new ApplicationAssert(app)
.hasName(applicationName)
.hasGearProfile(GearProfileTestUtils.getFirstAvailableGearProfile(domain))
.hasCreationTime()
.hasUUID()
.hasValidApplicationUrl()