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