class LayersDependenciesMatcher extends Matcher[Layers]
this matcher checks that dependencies are satisfied for a given Layers definition
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LayersDependenciesMatcher
- Matcher
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new LayersDependenciesMatcher()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ^^[S](f: (S) => Expectable[DependencyBaseMatchers.Layers], dummy: Int): Matcher[S]
- Definition Classes
- Matcher
- def ^^[S](f: (S) => DependencyBaseMatchers.Layers): Matcher[S]
- Definition Classes
- Matcher
- def and[S <: DependencyBaseMatchers.Layers](m: => Matcher[S]): Matcher[S]
- Definition Classes
- Matcher
- def apply[S <: DependencyBaseMatchers.Layers](ls: Expectable[S]): MatchResult[S]
- Definition Classes
- LayersDependenciesMatcher → Matcher
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def eventually(retries: Int, sleep: (Int) => Duration): Matcher[DependencyBaseMatchers.Layers]
- Definition Classes
- Matcher
- def eventually(retries: Int, sleep: Duration): Matcher[DependencyBaseMatchers.Layers]
- Definition Classes
- Matcher
- def eventually: Matcher[DependencyBaseMatchers.Layers]
- Definition Classes
- Matcher
- def failure[S <: DependencyBaseMatchers.Layers](message: => String, value: Expectable[S]): MatchResult[S]
- Attributes
- protected
- Definition Classes
- Matcher
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def iff(b: Boolean): Matcher[DependencyBaseMatchers.Layers]
- Definition Classes
- Matcher
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lazily: Matcher[() => DependencyBaseMatchers.Layers]
- Definition Classes
- Matcher
- def mute: Matcher[DependencyBaseMatchers.Layers]
- Definition Classes
- Matcher
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def not: Matcher[DependencyBaseMatchers.Layers]
- Definition Classes
- Matcher
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def or[S <: DependencyBaseMatchers.Layers](m: => Matcher[S]): Matcher[S]
- Definition Classes
- Matcher
- def orPending(message: (String) => String): Matcher[DependencyBaseMatchers.Layers]
- Definition Classes
- Matcher
- def orPending(m: String): Matcher[DependencyBaseMatchers.Layers]
- Definition Classes
- Matcher
- def orPending: Matcher[DependencyBaseMatchers.Layers]
- Definition Classes
- Matcher
- def orSkip(message: (String) => String): Matcher[DependencyBaseMatchers.Layers]
- Definition Classes
- Matcher
- def orSkip(m: String): Matcher[DependencyBaseMatchers.Layers]
- Definition Classes
- Matcher
- def orSkip: Matcher[DependencyBaseMatchers.Layers]
- Definition Classes
- Matcher
- def result[S <: DependencyBaseMatchers.Layers](other: MatchResultMessages.MatchResultMessage, value: Expectable[S]): MatchResult[S]
- Attributes
- protected
- Definition Classes
- Matcher
- def result[S <: DependencyBaseMatchers.Layers](other: Result, value: Expectable[S]): MatchResult[S]
- Attributes
- protected
- Definition Classes
- Matcher
- def result[S <: DependencyBaseMatchers.Layers](other: MatchResult[_], value: Expectable[S]): MatchResult[S]
- Attributes
- protected
- Definition Classes
- Matcher
- def result[S <: DependencyBaseMatchers.Layers](test: => Boolean, okMessage: => String, koMessage: => String, value: Expectable[S], details: Details): MatchResult[S]
- Attributes
- protected
- Definition Classes
- Matcher
- def result[S <: DependencyBaseMatchers.Layers](test: => Boolean, okMessage: => String, koMessage: => String, value: Expectable[S], expected: String, actual: String): MatchResult[S]
- Attributes
- protected
- Definition Classes
- Matcher
- def result[S <: DependencyBaseMatchers.Layers](triplet: => (Boolean, String, String), value: Expectable[S]): MatchResult[S]
- Attributes
- protected
- Definition Classes
- Matcher
- def result[S <: DependencyBaseMatchers.Layers](test: => Boolean, okMessage: => String, koMessage: => String, value: Expectable[S]): MatchResult[S]
- Attributes
- protected
- Definition Classes
- Matcher
- def setMessage(message: String): Matcher[DependencyBaseMatchers.Layers]
- Definition Classes
- Matcher
- def success[S <: DependencyBaseMatchers.Layers](message: => String, value: Expectable[S]): MatchResult[S]
- Attributes
- protected
- Definition Classes
- Matcher
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def test: (DependencyBaseMatchers.Layers) => Boolean
- Definition Classes
- Matcher
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unless(b: Boolean, m: String): Matcher[DependencyBaseMatchers.Layers]
- Definition Classes
- Matcher
- def updateMessage(f: (String) => String): Matcher[DependencyBaseMatchers.Layers]
- Definition Classes
- Matcher
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def when(b: Boolean, m: String): Matcher[DependencyBaseMatchers.Layers]
- Definition Classes
- Matcher
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated