Test

class Test(val name: String, val withConfig: PropertyConfig => PropertyConfig, val result: Property)
Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def config(f: PropertyConfig => PropertyConfig): Test
def withTests(count: SuccessCount): Test

Concrete fields

val name: String
val result: Property
val withConfig: PropertyConfig => PropertyConfig