From 783a021a1cb6641d0494067b44fdc02f41630493 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sun, 28 Oct 2018 16:08:22 +0100 Subject: 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. --- odcsim-engine-omega/build.gradle | 2 -- 1 file changed, 2 deletions(-) (limited to 'odcsim-engine-omega/build.gradle') 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" } -- cgit v1.2.3