diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2018-10-28 16:08:22 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2019-05-06 18:19:43 +0200 |
| commit | 783a021a1cb6641d0494067b44fdc02f41630493 (patch) | |
| tree | 692e2d0227e910b3139c242a4bb559ef0cfdbec1 /odcsim-engine-omega/build.gradle | |
| parent | decb8fb5297c7772f5319a47c784d44bf8bdbe9c (diff) | |
test: Create initial test suite for API
This change creates the initial conformance test suite for the API
design and tries to specify most of the requirements and assumptions
made for implementors.
Diffstat (limited to 'odcsim-engine-omega/build.gradle')
| -rw-r--r-- | odcsim-engine-omega/build.gradle | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/odcsim-engine-omega/build.gradle b/odcsim-engine-omega/build.gradle index 4f01e4ca..b8399a4e 100644 --- a/odcsim-engine-omega/build.gradle +++ b/odcsim-engine-omega/build.gradle @@ -35,11 +35,9 @@ dependencies { api project(':odcsim-core') implementation "org.jetbrains.kotlin:kotlin-stdlib" - implementation "io.github.microutils:kotlin-logging:1.4.6" testCompile project(path: ':odcsim-core', configuration: 'tests') testImplementation "org.junit.jupiter:junit-jupiter-api:$junit_jupiter_version" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junit_jupiter_version" testImplementation "org.junit.platform:junit-platform-launcher:$junit_platform_version" - testRuntimeOnly "org.slf4j:slf4j-simple:1.7.25" } |
