org.scalatest.matchers.ClassicMatchers
This method enables the following syntax (javaMap
is a java.util.Map
):
This method enables the following syntax (javaMap
is a java.util.Map
):
javaMap should contain key ("two") ^
This method enables the following syntax (javaMap
is a java.util.Map
):
This method enables the following syntax (javaMap
is a java.util.Map
):
javaMap should contain value ("2") ^
This class is part of the ScalaTest matchers DSL. Please see the documentation for
ShouldMatchers
orMustMatchers
for an overview of the matchers DSL.