public void TestCountGroundWaterCommunity(CommunitySample com, double expect) { var sut = new BaseFunction(); var result = sut.CountGroundWaterCommunity(com); Assert.Equal(expect, result); }