StubToolsFx

object StubToolsFx extends StubToolsFx with StubTools
Companion:
class
trait StubTools
class Object
trait Matchable
class Any

Value members

Inherited methods

@SuppressWarnings(scala.Array.apply[java.lang.String]("org.wartremover.warts.Equals")(scala.reflect.ClassTag.apply[java.lang.String](classOf[java.lang.String])))
def isMissing(stackTraceElement: StackTraceElement): Boolean
Inherited from:
StubTools
def missing: MissingStubException[Nothing]
Inherited from:
StubTools
def missingStubException[A]: MissingStubException[A]
Inherited from:
StubTools
final def stub[F[*]]: StubToolsFxPartiallyApplied[F]
Inherited from:
StubToolsFx

Inherited fields

val firstInterfaceNames: List[String]
Inherited from:
StubTools
val thisClassName: String
Inherited from:
StubTools

Implicits

Implicits

implicit def missingStubException$: MissingStubException[StubToolsFx]