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

Test connectivity. #6

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Test connectivity. #6

wants to merge 4 commits into from

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