StartsWithAssertion

case class StartsWithAssertion(prefix: String) extends Assertion[String]
trait Serializable
trait Product
trait Equals
trait Assertion[String]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def assertWith(value: String, suite: FunSuite): Unit
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product