applyAll method
Perform multiple apply with given properties.
Implementation
void applyAll(Iterable<AsserestProperty> properites) {
properites.forEach(apply);
}
Perform multiple apply with given properties.
void applyAll(Iterable<AsserestProperty> properites) {
properites.forEach(apply);
}