public void TestEmptyString() { //test logic here var calc = new Calc(); var result = calc.EmptyMethod(); Assert.IsNull(result); }