JSF Test Framework: Mockito

Uses Mockito to create mocked JavaServer Faces environment classes

License

License

Categories

Categories

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

GroupId

com.github.albfernandez.test-jsf
ArtifactId

ArtifactId

jsf-mockito
Last Version

Last Version

1.1.16
Release Date

Release Date

Type

Type

jar
Description

Description

JSF Test Framework: Mockito
Uses Mockito to create mocked JavaServer Faces environment classes

Download jsf-mockito

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
javax.inject : javax.inject jar 1

provided (4)

Group / Artifact Type Version
javax.el : el-api jar 2.2
javax.servlet : javax.servlet-api jar 3.0.1
junit : junit jar 4.13.2
org.mockito : mockito-all jar 1.8.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.16
1.1.15
1.1.14
1.1.13
1.1.12
1.1.11