Last Version

powermock-modules-impl 1.6.6

PowerMock support modules for JUnit and TestNG.

License

License

Categories

Categories

PowerMock Unit Testing
GroupId

GroupId

org.powermock
ArtifactId

ArtifactId

powermock-modules-impl
Version

Version

1.6.6
Type

Type

pom
Description

Description

powermock-modules-impl
PowerMock support modules for JUnit and TestNG.

Download powermock-modules-impl 1.6.6


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • junit3
  • junit4
  • junit4-common
  • junit4-legacy
  • junit4-rule
  • junit4-rule-agent
  • testng
  • testng-agent
  • testng-common
  • agent