Example #1
0
 public void CanCreate_Tuple_ShouldBeCompleteTaskWithDefault()
 {
     _moq.CanCreate(typeof(Tuple <string>)).Should().BeTrue();
 }