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