Last Version

Java project that tests GreenfootKara programs 3.3.1

Provides a framework to compile and test GreenfootKara programs. It also integrates Maven and several static analysis tools.

License

License

MIT license
GroupId

GroupId

edu.hm.hafner
ArtifactId

ArtifactId

karatest
Version

Version

3.3.1
Type

Type

jar
Description

Description

Java project that tests GreenfootKara programs
Provides a framework to compile and test GreenfootKara programs. It also integrates Maven and several static analysis tools.
Project URL

Project URL

https://www.cs.hm.edu/die_fakultaet/ansprechpartner/professoren/hafner/index.de.html
Source Code Management

Source Code Management

https://github.com/uhafner/karatest

Download karatest 3.3.1


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

Dependencies

compile (7)

Group / Artifact Type Version
edu.hm.hafner : codingstyle jar 1.6.0
org.apache.commons : commons-lang3 jar 3.11
org.mockito : mockito-core jar 3.6.0
org.assertj : assertj-core jar 3.18.1
org.junit.jupiter : junit-jupiter-api jar 5.7.0
com.github.spotbugs : spotbugs-annotations jar 4.1.4
com.google.errorprone : error_prone_annotations jar 2.4.0

test (5)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.7.0
org.junit.platform : junit-platform-launcher jar 1.7.0
org.junit.jupiter : junit-jupiter-params jar 5.7.0
com.tngtech.archunit : archunit-junit5-api jar 0.14.1
com.tngtech.archunit : archunit-junit5-engine jar 0.14.1

Project Modules

There are no modules declared in this project.