Ejemplo n.º 1
0
        public void ShouldDeleteServicesAsync()
        {
            // Arrange
            ISystemApi systemApi = CreateSystemApi();

            // Act & Assert
            systemApi.DeleteServicesAsync(new SqlQuery(), 1, 2, 3);

            Should.Throw <ArgumentException>(() => systemApi.DeleteServicesAsync(new SqlQuery()));
        }