public void CountTestNotNull() { // Act int result = supplierRepository.Count(); // Assert Assert.IsTrue(result >= 0, "Unable to count properly"); }