From f8cbfc18272426d58a8bb47e16a3b08200acc1d2 Mon Sep 17 00:00:00 2001 From: Matthew Dolan Date: Tue, 22 Oct 2019 23:51:43 +0100 Subject: [PATCH] Tidy up ToDos (#18) --- .../src/main/kotlin/com/appmattus/kotlinfixture/ToDo.kt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/fixture/src/main/kotlin/com/appmattus/kotlinfixture/ToDo.kt b/fixture/src/main/kotlin/com/appmattus/kotlinfixture/ToDo.kt index 8245c3c1..0da4e693 100644 --- a/fixture/src/main/kotlin/com/appmattus/kotlinfixture/ToDo.kt +++ b/fixture/src/main/kotlin/com/appmattus/kotlinfixture/ToDo.kt @@ -5,8 +5,6 @@ private object ToDo { // TODO SynchronousQueue - adding elements to this makes little sense // TODO ArrayBlockingQueue - needs a fixed capacity - // TODO Any::class - return random class - // TODO handle & detect circular dependencies. See circularDependencyBehaviour // TODO handle unresolvable, throw exception or return null. See noResolutionBehaviour @@ -16,14 +14,7 @@ private object ToDo { // - https://github.com/marcellogalhardo/kotlin-fixture/tree/develop // - https://blog.kotlin-academy.com/creating-a-random-instance-of-any-class-in-kotlin-b6168655b64a - // TODO Add tests: - // TODO - Test DateSpecification - // TODO Write readme/documentation - // TODO Remove println statements - - // TODO Move this list to github issues? - // TODO Rename library? fikstür or fiksture }