spek-api / org.jetbrains.spek.api.memoized / CachingMode

CachingMode

enum class CachingMode

Specifies how subjects are cached.

Author
Ranie Jade Ramiso

Since
1.0



Enum Values

GROUP

Subjects will be shared throughout the group which it was declared.

TEST

Each test will get their own unique instance.