-
Notifications
You must be signed in to change notification settings - Fork 1
#2 abstract test a.2 #68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Implemented abstract test A.1.1 and its integration test (IT) - Added test URL for execution - Defined execution order
…variables - Updated test suite from Features to Maps to fix mvn build error - Modified testng.xml - Replaced hardcoded test counts with variables to prevent build failures due to mismatched results
…apserver_world_map")
| public void verifyMapResponse() throws Exception { | ||
| List<URL> urls = MapUtil.fetchMapUrls(rootUri); | ||
|
|
||
| for (URL url : urls) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looping over all the map URLs can take up a lt of resources for services with many maps/collections. I'd suggest using the noOfCollections parameter as done in the ets-ogcapi-features10.
bpross-52n
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, the code just needs to be formatted mvn spring-javaformat:apply. See also my comment in the MapResponse.java class.
|
Closes #2