Exemplo n.º 1
0
        public void OperationStatisticMapperTeamCountTest()
        {
            OperationStatisticMapper osm = new OperationStatisticMapper();
            int teamCount = osm.getTeamCountFromDB();

            Assert.AreEqual(0, teamCount);
        }
Exemplo n.º 2
0
 private void getTeamCount()
 {
     teamCount = osm.getTeamCountFromDB();
 }