doc / ch.tutteli.atrium.core

Package ch.tutteli.atrium.core

Contains the CoreFactory.

Types

CoreFactory

interface CoreFactory

The minimum contract of the 'abstract factory' of atrium.

SingleServiceLoader

object SingleServiceLoader

Loads a service vai ServiceLoader for a given Class and throws an IllegalStateException in case it finds more than one service.

Extensions for External Classes

kotlin.Function0

Properties

coreFactory

val coreFactory: <ERROR CLASS>

The access point to an implementation of CoreFactory.

falseProvider

val falseProvider: () -> Boolean

Returns false on calling.

trueProvider

val trueProvider: () -> Boolean

Returns true on calling.