@@ -113,16 +113,16 @@ private void initializeAgentDirectoryMocks() {
113113
114114 static Stream <Arguments > testArguments () {
115115 return Stream .of (
116- Arguments .of ("condition_all_included.json" , "expected_output_linkset_1.xml" , true ),
117- Arguments .of ("condition_all_included.json" , "expected_output_linkset_2.xml" , false ),
118- Arguments .of ("condition_major_significance.json" , "expected_output_linkset_6.xml" , false ),
119- Arguments .of ("condition_related_clinical_content_list_reference.json" , "expected_output_linkset_8.xml" , false ),
120- Arguments .of ("condition_related_clinical_content_suppressed_linkage_references.json" , "expected_output_linkset_9.xml" , false ),
121- Arguments .of ("condition_2_related_clinical_content.json" , "expected_output_linkset_10.xml" , false ),
122- Arguments .of ("condition_status_active.json" , "expected_output_linkset_11.xml" , false ),
123- Arguments .of ("condition_status_inactive.json" , "expected_output_linkset_12.xml" , false ),
124- Arguments .of ("condition_dates_present.json" , "expected_output_linkset_13.xml" , false ),
125- Arguments .of ("condition_dates_not_present.json" , "expected_output_linkset_14.xml" , false )
116+ Arguments .of ("condition_all_included.json" , "expected_output_linkset_1.xml" , true ),
117+ Arguments .of ("condition_all_included.json" , "expected_output_linkset_2.xml" , false ),
118+ Arguments .of ("condition_major_significance.json" , "expected_output_linkset_6.xml" , false ),
119+ Arguments .of ("condition_related_clinical_content_list_reference.json" , "expected_output_linkset_8.xml" , false ),
120+ Arguments .of ("condition_related_clinical_content_suppressed_linkage_references.json" , "expected_output_linkset_9.xml" , false ),
121+ Arguments .of ("condition_2_related_clinical_content.json" , "expected_output_linkset_10.xml" , false ),
122+ Arguments .of ("condition_status_active.json" , "expected_output_linkset_11.xml" , false ),
123+ Arguments .of ("condition_status_inactive.json" , "expected_output_linkset_12.xml" , false ),
124+ Arguments .of ("condition_dates_present.json" , "expected_output_linkset_13.xml" , false ),
125+ Arguments .of ("condition_dates_not_present.json" , "expected_output_linkset_14.xml" , false )
126126 );
127127 }
128128
0 commit comments