Skip to content

Commit

Permalink
Tidy up ToDos (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmook authored Oct 22, 2019
1 parent 2d01161 commit f8cbfc1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions fixture/src/main/kotlin/com/appmattus/kotlinfixture/ToDo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
}

0 comments on commit f8cbfc1

Please sign in to comment.