public void Setup()
 {
     censusAnalyser = new CensusAnalyser.CensusAnalyser();
     totalRecord    = new Dictionary <string, CensusDTO>();
     stateRecord    = new Dictionary <string, CensusDTO>();
 }
 public void SetUp()
 {
     censusAnalyser       = new CensusAnalyser.CensusAnalyser();
     this.numberOfRecords = new Dictionary <string, CensusDTO>();
     this.totalRecords    = new Dictionary <string, CensusDTO>();
 }