public void Test_GetCompleted() { var data = new EfData(); var actual = data.GetCompletedList(); Assert.NotNull(actual); }