eu.monniot.scala3mock.macros

Members list

Concise view

Type members

Classlikes

trait Mocks

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ScalaMocks.type
object Mocks.type
object Mocks extends Mocks

Attributes

Companion:
trait
Graph
Supertypes
trait Mocks
class Object
trait Matchable
class Any
Self type
Mocks.type
object PrintAst

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Exports

Defined exports

inline def mock[T](using MockContext): T
Exported from Mocks
inline def mockWithDebuggingOutput[T](using MockContext): T
Exported from Mocks

Like mock but enable internal debug log for our macros. Use when you have found an issue and want to report it to the maintainers.

Like mock but enable internal debug log for our macros. Use when you have found an issue and want to report it to the maintainers.

Attributes