org.scalatest.matchers.ShouldMatchers
This method enables syntax such as the following:
This method enables syntax such as the following:
This method enables syntax such as the following:
This method enables syntax such as the following:
This method enables syntax such as the following:
This method enables syntax such as the following:
This method enables syntax such as the following:
This method enables syntax such as the following:
Supports the registration of subject descriptions with after words
in WordSpec
and FixtureWordSpec
.
Supports the registration of subject descriptions in WordSpec
and FixtureWordSpec
.
Supports shared test registration in FlatSpec
and FixtureFlatSpec
.
Supports test registration in FlatSpec
and FixtureFlatSpec
.
This class is part of the ScalaTest matchers DSL. Please see the documentation for
ShouldMatchers
orMustMatchers
for an overview of the matchers DSL.This class is used in conjunction with an implicit conversion to enable
should
methods to be invoked onString
s.authors:
Bill Venners