This allows them to be scanned with checkstyle and makes the IDE recognize them as part of the project
Additionally my previous MR to enable the integration tests only enabled the ones that were in the src/test package AND ended in *IT. This was only 2 test classes.
Now all the tests in the integrationtest package will run.
Note I had to comment out the following two tests because they were failing:
testCreateSheetInWorkspace
testUpdateGroup
This MR also fixed all the checkstyle errors because I had to for the pipeline to pass.
This allows them to be scanned with checkstyle and makes the IDE recognize them as part of the project
Additionally my previous MR to enable the integration tests only enabled the ones that were in the src/test package AND ended in
*IT
. This was only 2 test classes.Now all the tests in the
integrationtest
package will run. Note I had to comment out the following two tests because they were failing:testCreateSheetInWorkspace
testUpdateGroup
This MR also fixed all the checkstyle errors because I had to for the pipeline to pass.