Checker Framework Testing Library

Testlib is a collection of utility classes for testing checkers that use the Checker Framework.

License

License

GroupId

GroupId

org.checkerframework
ArtifactId

ArtifactId

testlib
Last Version

Last Version

2.5.4
Release Date

Release Date

Type

Type

jar
Description

Description

Checker Framework Testing Library
Testlib is a collection of utility classes for testing checkers that use the Checker Framework.
Project URL

Project URL

https://checkerframework.org
Source Code Management

Source Code Management

https://github.com/typetools/checker-framework.git

Download testlib

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.checkerframework : javacutil jar 2.5.4
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Please see the Checker Framework manual (HTML, PDF).

The history of releases and changes is in file changelog.txt.

Documentation for Checker Framework developers is in directory docs/developer/.

org.checkerframework

Versions

Version
2.5.4
2.5.3
2.5.2
2.5.1