ScalaTest 1.0
|
|
org/scalatest/matchers/Matchers.scala
]
final
class
LengthWord
extends
AnyRefShouldMatchers
or MustMatchers
for an overview of
the matchers DSL.Method Summary | |
def
|
apply
(expectedLength : Long) : ResultOfLengthWordApplication
This method enables the following syntax:
"hi" should not have length (3) ^ |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
def
apply(expectedLength : Long) : ResultOfLengthWordApplication
"hi" should not have length (3) ^
ScalaTest 1.0
|
|