*
* @param type class of capability that should exist
* @return created condition
*/
public Condition capabilityOfTypeExists(final CapabilityType type) {
return new CapabilityOfTypeExistsCondition(eventBus, descriptorRegistry, capabilityRegistry, type);
}