@Test public void testGoalsTemplateIds() { setGoalsTemplateIds(); Assert.assertEquals("GoalsTemplateID test case failed", templateIds, goals.getTemplateId()); }
@Test public void testGoalsSectionCode() { setGoalsSectionCode(); Assert.assertEquals("GoalsSectionCode test case failed", sectionCode, goals.getSectionCode()); }