Skip to content

Conversation

ilatypov
Copy link

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing integration tests

1 participant