コード例 #1
0
ファイル: GoalsTest.java プロジェクト: chenchals/CCDA-Parser
 @Test
 public void testGoalsTemplateIds() {
   setGoalsTemplateIds();
   Assert.assertEquals("GoalsTemplateID test case failed", templateIds, goals.getTemplateId());
 }
コード例 #2
0
ファイル: GoalsTest.java プロジェクト: chenchals/CCDA-Parser
 @Test
 public void testGoalsSectionCode() {
   setGoalsSectionCode();
   Assert.assertEquals("GoalsSectionCode test case failed", sectionCode, goals.getSectionCode());
 }