-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-ExtractMatBundle modified to handle whole directory of files, test c…
…overage added (#475) * Moved the processing of a file to its own method, incorporated a for loop into the execute method should -dir be passed in. * Finished with directory processing, adding test. * Fixed issue with test, now verify Bundle using instanceof * Removed member variable references for readability. * Validating input earlier, adjusted BundlUtils to handle logic about versioning the method call. * 80% code coverage on ExtractMatBundleOperation class * Added more robust tests for the supplied output directory by the user * Removed unused test * Added transactional bundle files for tests to POST * Added commented out line for localhost POST testing. * Updated ExtractMatBundle tests to cover wider range of file types and content. * Eliminating unused resource * Added resource ID verification so resources aren't processed repeatedly. Once extracted from a transaction bundle, the resource ID is logged, and if found in another bundle, removed from that bundle prior to processing it. * Fixed failing tests elsewhere in the app on null outputpath * Removing RefreshIG work accidentally included in this branch * Restoring Main documentation for -dir --------- Co-authored-by: Evan Chicoine <[email protected]>
- Loading branch information
1 parent
23c5f8b
commit 929c130
Showing
31 changed files
with
56,051 additions
and
289 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
631 changes: 397 additions & 234 deletions
631
tooling/src/main/java/org/opencds/cqf/tooling/operation/ExtractMatBundleOperation.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.