Пример #1
0
 internal void CopyFrom(TestPlanFilter other) {
     Excludes.AddAll(other.Excludes);
     FocusPatterns.AddAll(other.FocusPatterns);
     Includes.AddAll(other.Includes);
     Tags.AddAll(other.Tags);
 }