ResultOfSizeWordApplication

final class ResultOfSizeWordApplication(val expectedSize: Long)

This class is part of the ScalaTest matchers DSL. Please see the documentation for Matchers for an overview of the matchers DSL.

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T : Size](resultOfOfTypeInvocation: ResultOfOfTypeInvocation[T]): HavePropertyMatcher[T, Long]
override def toString: String

Overrides toString to return "size (X)", where X is expectedSize

Overrides toString to return "size (X)", where X is expectedSize

Definition Classes
Any

Concrete fields

val expectedSize: Long