Skip to content

Rename Integration Tests from *Test.java to *IT.java #15

Description

@bmehner

According to Maven2 convention we should rename the integration tests from *Test.java to *IT.java This way they are run during the correct phase integration-test. The Failsafe Plugin takes care of that.

We then have the possibility to start up our server mocks during pre-integration-test phase and shut them down again during post-integration-test.

Additionaly these tests are only executed during mvn install or mvn verify. The integration tests are not executed during test phase. This way we can speed up development cycles.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions