Ejemplo n.º 1
0
 public void Sut_ShouldBeAction(CompositeAction sut)
 {
     sut.Should().BeAssignableTo <IAction <Unit> >();
 }