You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MockitoSession is started before each test method or before method annotated with @BeforeMethod,
another annotations @BeforeXXX aren't supported #40
Developing
open in IDEA to develop or run ./gradlew idea and then open in IDEA
./gradlew build - tests code and assembles artifacts
./gradlew publishToMavenLocal - publishes to local Maven repo, useful for local testing
Releasing
Every merged pull request is published to Maven Central.
Actually, any change on master that happily builds on CI is published.
The release automation uses Shipkit framework (https://shipkit.org).
History
The original TestNGListener was a part of the core Mockito repository. However, the jar was never released. Core Mockito team does not work with TestNG so it was hard for us to maintain TestNG integration. In Summer 2018 we moved the TestNG integration to a separate repository under "Mockito" organization.
Help
We are looking for maintainers of TestNG integration! Let us know if you want to join. Mockito core team has limited capacity and focuses on the core library.