Skip to content

Commit

Permalink
Give instructions to users of the CRISValidator(URL) constructor (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdvorak001 committed Dec 9, 2023
1 parent 2f7f16d commit f59e295
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 f59e295

Please sign in to comment.