is not current version
Last Version 1.1.16

com.github.albfernandez.test-jsf:jsf-mockito 1.1.12

Uses Mockito to create mocked JavaServer Faces environment classes

Categories

Categories

Mockito Unit Testing Jakarta Server Faces Jakarta EE The Web Tier
GroupId

GroupId

com.github.albfernandez.test-jsf
ArtifactId

ArtifactId

jsf-mockito
Version

Version

1.1.12
Type

Type

jar

Download jsf-mockito 1.1.12


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