Ejemplo n.º 1
0
 public void HayEmpleados()
 {
     Assert.NotNull(empleado.Get());
     Assert.True(empleado.Get().Count() == 0);
 }