public void RemoveReportAssert(ReportAssert o) { this.List.Remove(o); }
public bool ContainsReportAssert(ReportAssert o) { return(this.List.Contains(o)); }
public void AddReportAssert(ReportAssert o) { this.List.Add(o); }
public bool ContainsReportAssert(ReportAssert o) { return this.List.Contains(o); }