Beispiel #1
0
 public void TheAutoMoqAttributeShouldWork(
     EnrollmentService enrollmentService)
 {
     enrollmentService.Should().NotBe(null);
 }