Skip to content
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

Separate the tests into different java packages #8

Closed
ghobona opened this issue Nov 17, 2021 · 1 comment · Fixed by #25
Closed

Separate the tests into different java packages #8

ghobona opened this issue Nov 17, 2021 · 1 comment · Fixed by #25
Assignees
Projects
Milestone

Comments

@ghobona
Copy link
Contributor

ghobona commented Nov 17, 2021

The tests need to be separated into different java packages such that each conformance class has its own java package. The conformance classes are:

  • A.1 Basic WPS (Conformance Class) org.opengis.cite.wps20.basic
  • A.2 Synchronous WPS (Conformance Class) org.opengis.cite.wps20.synchronous
  • A.3 Asynchronous WPS (Conformance Class) org.opengis.cite.wps20.asynchronous
  • A.4 WPS Process Model Encoding (Conformance Class) org.opengis.cite.wps20.model
  • A.6 Dismiss Extension (Conformance Class) org.opengis.cite.wps20.dismiss

This is not a conformance class but it should have its own java package:

  • A.5 Basic tests org.opengis.cite.wps20.basictests
@ghobona
Copy link
Contributor Author

ghobona commented Nov 17, 2021

2021-11-17 The packages will be reorganised after all of the tests have been implemented.

@ghobona ghobona added this to To do in CITE via automation Nov 17, 2021
@dstenger dstenger moved this from To do to In progress in CITE Nov 23, 2022
@dstenger dstenger moved this from In progress to To verify in CITE Jan 4, 2023
@dstenger dstenger added this to the 0.3 milestone Jan 4, 2023
CITE automation moved this from To verify to Done Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
CITE
  
Done
Development

Successfully merging a pull request may close this issue.

3 participants