OxygenAspects

oxygen.test.OxygenAspects
object OxygenAspects

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def usingConfig(config: LogConfig): TestAspectAtLeastR[Any]
def withMinLogLevel(level: LogLevel): TestAspectAtLeastR[Any]

Concrete fields

val silentLogging: TestAspectAtLeastR[Any]
val withTestAsLogSpan: TestAspect[Nothing, Any, Nothing, Any]

Extensions

Extensions

extension [_R](self: FiberRefModificationR[_R])
def toTestAspectGlobal: TestAspectAtLeastR[_R]

Will apply the following fiber-ref-modification in a scoped manner to the whole spec.

Will apply the following fiber-ref-modification in a scoped manner to the whole spec.

Attributes

def toTestAspectPerTest: AtLeastR[_R]

Will apply the following fiber-ref-modification on a per-test basis.

Will apply the following fiber-ref-modification on a per-test basis.

Attributes