is not current version
Last Version 0.4.26

org.mockito:mockito-testng 0.1.1

Mockito for TestNG

Categories

Categories

Mockito Unit Testing TestNG
GroupId

GroupId

org.mockito
ArtifactId

ArtifactId

mockito-testng
Version

Version

0.1.1
Type

Type

jar

Download mockito-testng 0.1.1


<!-- https://jarcasting.com/artifacts/org.mockito/mockito-testng/ -->
<dependency>
    <groupId>org.mockito</groupId>
    <artifactId>mockito-testng</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mockito/mockito-testng/
implementation 'org.mockito:mockito-testng:0.1.1'
// https://jarcasting.com/artifacts/org.mockito/mockito-testng/
implementation ("org.mockito:mockito-testng:0.1.1")
'org.mockito:mockito-testng:jar:0.1.1'
<dependency org="org.mockito" name="mockito-testng" rev="0.1.1">
  <artifact name="mockito-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mockito', module='mockito-testng', version='0.1.1')
)
libraryDependencies += "org.mockito" % "mockito-testng" % "0.1.1"
[org.mockito/mockito-testng "0.1.1"]