Exemple #1
0
 public void sut_implements_ISqlEventStore()
 {
     sut.Should().BeAssignableTo <ISqlEventStore>();
 }