Skip to content

Mockito dependency configuration - testing framework #1

@tzieleniewski

Description

@tzieleniewski

Hi,

As this project is the central place to configure common dependencies I suggest and ask to add the mockito dependency for testing purposes. Mockito is the widely used mocking framework. http://mockito.org

<dependency>
    <groupId>org.mockito</groupId>
    <artifactId>mockito-core</artifactId>
    <version>1.9.5</version>
    <scope>test</test>
</dependency>

Regards,
Tomasz Krzysztof Zieleniewski

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions