示例#1
0
        public void OperationStatisticMapperTeamCountTest()
        {
            OperationStatisticMapper osm = new OperationStatisticMapper();
            int teamCount = osm.getTeamCountFromDB();

            Assert.AreEqual(0, teamCount);
        }
示例#2
0
 private void getTeamCount()
 {
     teamCount = osm.getTeamCountFromDB();
 }