AnnotationSpec |
abstract class AnnotationSpec : Spec |
BehaviorSpec |
abstract class BehaviorSpec : DslDrivenSpec, BehaviorSpecDsl |
BehaviorSpecDsl |
interface BehaviorSpecDsl : SpecDsl |
BehaviorSpecTestFactoryConfiguration |
class BehaviorSpecTestFactoryConfiguration : TestFactoryConfiguration, BehaviorSpecDsl |
ContextScope |
class ContextScope |
DescribeSpec |
abstract class DescribeSpec : DslDrivenSpec, DescribeSpecDsl |
DescribeSpecDsl |
Defines the DSL for creating tests in the 'FunSpec' style interface DescribeSpecDsl : SpecDsl |
DescribeSpecTestFactoryConfiguration |
class DescribeSpecTestFactoryConfiguration : TestFactoryConfiguration, DescribeSpecDsl |
DslDrivenSpec |
abstract class DslDrivenSpec : Spec |
ExpectScope |
class ExpectScope |
ExpectSpec |
abstract class ExpectSpec : DslDrivenSpec, ExpectSpecDsl |
ExpectSpecDsl |
interface ExpectSpecDsl : SpecDsl |
ExpectSpecTestFactoryConfiguration |
class ExpectSpecTestFactoryConfiguration : TestFactoryConfiguration, ExpectSpecDsl |
FeatureScope |
class FeatureScope |
FeatureSpec |
abstract class FeatureSpec : DslDrivenSpec, FeatureSpecDsl |
FeatureSpecDsl |
interface FeatureSpecDsl : SpecDsl |
FeatureSpecTestFactoryConfiguration |
class FeatureSpecTestFactoryConfiguration : TestFactoryConfiguration, FeatureSpecDsl |
FreeSpec |
abstract class FreeSpec : DslDrivenSpec, FreeSpecDsl |
FreeSpecDsl |
interface FreeSpecDsl : SpecDsl |
FreeSpecScope |
class FreeSpecScope |
FreeSpecTestFactoryConfiguration |
class FreeSpecTestFactoryConfiguration : TestFactoryConfiguration, FreeSpecDsl |
FunSpec |
abstract class FunSpec : DslDrivenSpec, FunSpecDsl |
FunSpecDsl |
Defines the DSL for creating tests in the 'FunSpec' style interface FunSpecDsl : SpecDsl |
FunSpecTestFactoryConfiguration |
class FunSpecTestFactoryConfiguration : TestFactoryConfiguration, FunSpecDsl |
GivenAndContext |
class GivenAndContext |
GivenContext |
class GivenContext |
ScenarioBuilder |
class ScenarioBuilder |
ShouldScope |
class ShouldScope |
ShouldSpec |
abstract class ShouldSpec : DslDrivenSpec, ShouldSpecDsl |
ShouldSpecDsl |
Example: interface ShouldSpecDsl : SpecDsl |
ShouldSpecTestFactoryConfiguration |
class ShouldSpecTestFactoryConfiguration : TestFactoryConfiguration, ShouldSpecDsl |
StringSpec |
abstract class StringSpec : DslDrivenSpec, StringSpecDsl |
StringSpecDsl |
Defines the DSL for creating tests in the 'StringSpec' style. interface StringSpecDsl : SpecDsl |
StringSpecTestFactoryConfiguration |
Decorates a TestFactoryConfiguration with the StringSpec DSL. class StringSpecTestFactoryConfiguration : TestFactoryConfiguration, StringSpecDsl |
Test |
typealias Test = Test |
TestBuilders |
object TestBuilders |
ThenContext |
class ThenContext |
WhenAndContext |
class WhenAndContext |
WhenContext |
class WhenContext |
WordSpec |
abstract class WordSpec : DslDrivenSpec, WordSpecDsl |
WordSpecDsl |
Defines the DSL for creating tests in the 'WordSpec' style. interface WordSpecDsl : SpecDsl |
WordSpecTestFactoryConfiguration |
Decorates a TestFactoryConfiguration with the WordSpec DSL. class WordSpecTestFactoryConfiguration : TestFactoryConfiguration, WordSpecDsl |
KotestDsl |
annotation class KotestDsl |
kotlin.reflect.KClass |
|
kotlin.reflect.KFunction |