AirSpecTestBuilder

class AirSpecTestBuilder(val spec: AirSpecSpi, val name: String, val design: Design) extends LogSupport
Companion
object
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def addF0[R](r: Surface, body: LazyF0[R]): Unit
Implicitly added by Helper
def addF1[D1, R](d1: Surface, r: Surface, body: D1 => R): Unit
Implicitly added by Helper
def addF2[D1, D2, R](d1: Surface, d2: Surface, r: Surface, body: (D1, D2) => R): Unit
Implicitly added by Helper
def addF3[D1, D2, D3, R](d1: Surface, d2: Surface, d3: Surface, r: 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, r: 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, r: Surface, body: (D1, D2, D3, D4, D5) => R): Unit
Implicitly added by Helper
inline
def apply[R](body: => R): Unit
inline
def apply[D1, R](body: D1 => R): Unit
inline
def apply[D1, D2, R](body: (D1, D2) => R): Unit
inline
def apply[D1, D2, D3, R](body: (D1, D2, D3) => R): Unit
inline
def apply[D1, D2, D3, D4, R](body: (D1, D2, D3, D4) => R): Unit
inline
def apply[D1, D2, D3, D4, D5, R](body: (D1, D2, D3, D4, D5) => R): Unit

Inherited methods

inline protected
def debug(inline message: Any, inline cause: Throwable): Unit
Inherited from
LoggingMethods
inline protected
def debug(inline message: Any): Unit
Inherited from
LoggingMethods
inline protected
def error(inline message: Any, inline cause: Throwable): Unit
Inherited from
LoggingMethods
inline protected
def error(inline message: Any): Unit
Inherited from
LoggingMethods
inline protected
def info(inline message: Any, inline cause: Throwable): Unit
Inherited from
LoggingMethods
inline protected
def info(inline message: Any): Unit
Inherited from
LoggingMethods
inline protected
def logAt(inline logLevel: LogLevel, inline message: Any): Unit
Inherited from
LoggingMethods
inline protected
def trace(inline message: Any, inline cause: Throwable): Unit
Inherited from
LoggingMethods
inline protected
def trace(inline message: Any): Unit
Inherited from
LoggingMethods
inline protected
def warn(inline message: Any, inline cause: Throwable): Unit
Inherited from
LoggingMethods
inline protected
def warn(inline message: Any): Unit
Inherited from
LoggingMethods

Concrete fields

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