Hamster Simulator Headless Test Framework

The objectsfirst Hamstersimulator is a variant of the Hamstersimulator for teaching programming initiated by D. Bohles at the University of Oldenburg. This variant here used the original ideas but uses a pure OO-API and utilizes features of modern Java versions and libraries (JDK >= 14). In addition, it brings objects-first to the Hamstersimulator as described in the programming teaching book "Touch of Class" by B. Meyer.

Лицензия

Лицензия

Группа

Группа

de.hamstersimulator.objectsfirst
Идентификатор

Идентификатор

testframework
Последняя версия

Последняя версия

4.3.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

Hamster Simulator Headless Test Framework
The objectsfirst Hamstersimulator is a variant of the Hamstersimulator for teaching programming initiated by D. Bohles at the University of Oldenburg. This variant here used the original ideas but uses a pure OO-API and utilizes features of modern Java versions and libraries (JDK >= 14). In addition, it brings objects-first to the Hamstersimulator as described in the programming teaching book "Touch of Class" by B. Meyer.

Скачать testframework

Как подключить последнюю версию

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
de.hamstersimulator.objectsfirst : main jar 4.3.4
org.junit.jupiter : junit-jupiter-api jar 5.7.2
org.junit.platform : junit-platform-launcher jar 1.7.2
org.junit.jupiter : junit-jupiter-engine jar 5.7.2
com.google.code.gson : gson jar 2.8.6

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.2.0
4.1.1
4.1.0
4.0.0