Skip to content

Commit

Permalink
Merge branch 'issue-12' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jdvorak001 committed Dec 9, 2023
2 parents 211977c + f59e295 commit 8c32485
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ public CRISValidator() throws MissingArgumentException, SAXException, IOExceptio

/**
* Set up the test suite with a given endpoint base URL.
* This constructor is made protected for this class to work as the main test class from the JUnit4 command-line runner.
* If you wish to use it in your integrations, please make a subclass.
* @param endpointBaseUrl the URL base of the endpoint to test
* @throws SAXException when the parser schema cannot be created
* @throws IOException on a problem accessing a schema
Expand Down

0 comments on commit 8c32485

Please sign in to comment.