RestComm / parent

Parent Pom for a number of RestComm Projects such as SIP Servlets and JAIN SLEE
http://www.restcomm.com/
Other
2 stars 10 forks source link

Mockito dependency configuration - testing framework #1

Open tzieleniewski opened 8 years ago

tzieleniewski commented 8 years ago

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

tzieleniewski commented 8 years ago

I belive it would be the appropriate JUnit complement.

deruelle commented 8 years ago

@tzieleniewski Please create a pull request.