private void Setup() { _pncId = new PNCId("1234-ESDT"); _suspect = new Suspect(CriminalOffence.FALSE_ACCOUNTING); _anInvestigation = new PoliceInvestigation(_pncId, _suspect); }
public PoliceInvestigationTests() { _pncId = new PNCId("1234-ESDT"); _suspect = new Suspect(CriminalOffence.FALSE_ACCOUNTING); _policeInvestigation = new PoliceInvestigation(_pncId, _suspect); }