/// <summary> /// Initializes the service environment. /// </summary> public static void Initialize() { PatientAdapter = new PatientAdapter(); PatientAdapter.FetchInitialPatients(); PubMedAdapter = new PubMedAdapter(); TemplateAdapter = new TemplateAdapter(); }
public void Setup() { this.uut = new PubMedAdapter(); }