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

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