示例#1
0
 public void CanBeInitializedWithEventTypeId(string eventTypeId)
 {
     _marketFilter.WithEventTypeId(eventTypeId);
     Assert.Contains(eventTypeId, _marketFilter.EventTypeIds);
 }