コード例 #1
0
        public void OperationStatisticMapperVolunteerCountTest()
        {
            OperationStatisticMapper osm = new OperationStatisticMapper();
            int volunteerCount           = osm.getVolunteerCountFromDB();

            Assert.AreEqual(0, volunteerCount);
        }
コード例 #2
0
 private void getVolunteerCount()
 {
     volunteerCount = osm.getVolunteerCountFromDB();
 }