All Projects → deermichel → kit-assignment-tests

deermichel / kit-assignment-tests

Licence: other
Test collection for KIT programming assignments (WS16/17)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to kit-assignment-tests

osgi-test
Testing support for OSGi. Includes JUnit 4 and JUnit 5 support and AssertJ support.
Stars: ✭ 22 (+22.22%)
Mutual labels:  test, junit
Expekt
BDD assertion library for Kotlin
Stars: ✭ 163 (+805.56%)
Mutual labels:  test, junit
flyway-junit5-extensions
Flyway JUnit 5 Extension to clean / migrate your database in tests.
Stars: ✭ 14 (-22.22%)
Mutual labels:  test, junit
CI-Report-Converter
The tool converts different error reporting standards for deep compatibility with popular CI systems (TeamCity, IntelliJ IDEA, GitHub Actions, etc).
Stars: ✭ 17 (-5.56%)
Mutual labels:  test, junit
Junit Dataprovider
A TestNG like dataprovider runner for JUnit with many additional features
Stars: ✭ 226 (+1155.56%)
Mutual labels:  test, junit
action-junit-report
Reports junit test results as GitHub Pull Request Check
Stars: ✭ 103 (+472.22%)
Mutual labels:  test, junit
Junitperf
⛵️Junit performance rely on junit5 and jdk8+.(java 性能测试框架)
Stars: ✭ 86 (+377.78%)
Mutual labels:  test, junit
to-string-verifier
To String Verifier provides an easy and convenient way to test the toString method on your class.
Stars: ✭ 25 (+38.89%)
Mutual labels:  test, junit
Androidunittest
Save time & clear your unit tests on Android !
Stars: ✭ 205 (+1038.89%)
Mutual labels:  test, junit
Video Recorder Java
This library allows easily record video of your UI tests by just putting couple annotations.
Stars: ✭ 179 (+894.44%)
Mutual labels:  test, junit
Test-Assignments
List of test assignments. ⚡
Stars: ✭ 85 (+372.22%)
Mutual labels:  test, assignment
jpa-unit
JUnit extension to test javax.persistence entities
Stars: ✭ 28 (+55.56%)
Mutual labels:  test, junit
Vscode Java Test
Run and debug Java test cases in Visual Studio Code.
Stars: ✭ 177 (+883.33%)
Mutual labels:  test, junit
Starwars-clean
Simple project with clean architecture
Stars: ✭ 34 (+88.89%)
Mutual labels:  test, junit
scalatest-junit-runner
JUnit 5 runner for Scalatest
Stars: ✭ 30 (+66.67%)
Mutual labels:  test, junit
CombineExpectations
Utilities for tests that wait for Combine publishers
Stars: ✭ 204 (+1033.33%)
Mutual labels:  test
postchildren-desktop
👨‍👦‍👦 A E2E test visualization tool (get along with postman and postwoman)
Stars: ✭ 23 (+27.78%)
Mutual labels:  test
node-mock-examples
Examples of tests that mock Node system APIs: fs, http, child_process, timers
Stars: ✭ 38 (+111.11%)
Mutual labels:  test
toolz
A set of web tools to check, verify, and test.
Stars: ✭ 217 (+1105.56%)
Mutual labels:  test
jest-github-action
Jest action adding checks with annotations to your pull requests and coverage table as comments
Stars: ✭ 134 (+644.44%)
Mutual labels:  test

kit-assignment-tests

Test collection for KIT programming assignments (WS16/17). Feel free to improve, update, extend or add tests.

DISCLAIMER: Validity of tests not guaranteed!

Prerequisites for "Final1" tests

Follow instructions here to setup JUnit and Hamcrest within your project and make sure to replace Terminal.java with the modified version as well.


As of assignment 4, tests are based on JUnit and therefore require JUnit being added to your build path.


Important notice for assignment "3-Tessellation"

Task A1 requires you to add a package declaration to your classes. In case you don't use the edu.kit.informatik.tessellation package for your own classes, make sure to adjust the first line of the TessellationTest.java file!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].