ssc-restapi-client icon indicating copy to clipboard operation
ssc-restapi-client copied to clipboard

Test connectivity.

Open ilatypov opened this issue 5 years ago • 0 comments

Exclude auto-generated tests as they do nothing.

Separate an integration test from the unit tests. This allows using "mvn verify" and a parameter file

src/it/resources/integration-test.properties

Allow running a single test directly with java,

java -cp target/ssc-restapi-client-2.0.jar:target/lib/*:target/test-classes \
    -Djavax.net.debug=all ListProjectsIT

Highlight authentication failures.

Fixes #5.

ilatypov avatar Mar 20 '20 05:03 ilatypov