AirSpecTestBuilder

wvlet.airspec.AirSpecTestBuilder
See theAirSpecTestBuilder companion object
class AirSpecTestBuilder(val spec: AirSpecSpi, val name: String, val design: Design => Design) extends LogSupport

Attributes

Companion
object
Graph
Supertypes
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addF0[R](body: LazyF0[R]): Unit
Implicitly added by Helper
def addF1[D1, R](d1: Surface, body: D1 => R): Unit
Implicitly added by Helper
def addF2[D1, D2, R](d1: Surface, d2: Surface, body: (D1, D2) => R): Unit
Implicitly added by Helper
def addF3[D1, D2, D3, R](d1: Surface, d2: Surface, d3: Surface, body: (D1, D2, D3) => R): Unit
Implicitly added by Helper
def addF4[D1, D2, D3, D4, R](d1: Surface, d2: Surface, d3: Surface, d4: Surface, body: (D1, D2, D3, D4) => R): Unit
Implicitly added by Helper
def addF5[D1, D2, D3, D4, D5, R](d1: Surface, d2: Surface, d3: Surface, d4: Surface, d5: Surface, body: (D1, D2, D3, D4, D5) => R): Unit
Implicitly added by Helper
inline def apply[R](inline body: => R): Unit
inline def apply[D1, R](inline body: D1 => R): Unit
inline def apply[D1, D2, R](inline body: (D1, D2) => R): Unit
inline def apply[D1, D2, D3, R](inline body: (D1, D2, D3) => R): Unit
inline def apply[D1, D2, D3, D4, R](inline body: (D1, D2, D3, D4) => R): Unit
inline def apply[D1, D2, D3, D4, D5, R](inline body: (D1, D2, D3, D4, D5) => R): Unit

Inherited methods

inline protected def debug(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def debug(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def error(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def error(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def info(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def info(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def logAt(inline logLevel: LogLevel, inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def trace(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def trace(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def warn(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def warn(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods

Concrete fields

val design: Design => Design
val name: String
val spec: AirSpecSpi
Implicitly added by Helper