org.scalatest

words

package words

Visibility
  1. Public
  2. All

Type Members

  1. class AllOfContainMatcher[T] extends ContainMatcher[T]

    This class is part of the ScalaTest matchers DSL.

  2. final class BeWord extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  3. final class BehaveWord extends AnyRef

    Class that supports shared test registration via instances referenced from the behave field of FunSpecs, FlatSpecs, and WordSpecs as well as instance of their sister traits, fixture.FunSpec, fixture.FlatSpec, and fixture.WordSpec.

  4. trait CanVerb extends AnyRef

    Provides an implicit conversion that adds can methods to String to support the syntax of FlatSpec, WordSpec, org.scalatest.fixture.FlatSpec, and fixture.WordSpec.

  5. final class ContainWord extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  6. final class EndWithWord extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  7. final class FullyMatchWord extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  8. final class HaveWord extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  9. class InOrderContainMatcher[T] extends ContainMatcher[T]

    This class is part of the ScalaTest matchers DSL.

  10. class InOrderOnlyContainMatcher[T] extends ContainMatcher[T]

    This class is part of the ScalaTest matchers DSL.

  11. final class IncludeWord extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  12. final class LengthWord extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  13. trait MatcherWords extends AnyRef

  14. trait MustVerb extends AnyRef

    Provides an implicit conversion that adds must methods to String to support the syntax of FlatSpec, WordSpec, fixture.FlatSpec, and fixture.WordSpec.

  15. final class NewContainWord extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  16. class NoneOfContainMatcher[T] extends ContainMatcher[T]

    This class is part of the ScalaTest matchers DSL.

  17. final class NotWord extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  18. class OneOfContainMatcher[T] extends ContainMatcher[T]

    This class is part of the ScalaTest matchers DSL.

  19. class OnlyContainMatcher[T] extends ContainMatcher[T]

    This class is part of the ScalaTest matchers DSL.

  20. final class RegexWithGroups extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  21. final class ResultOfAWordToAMatcherApplication[T] extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  22. final class ResultOfAWordToBePropertyMatcherApplication[T] extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  23. final class ResultOfAWordToSymbolApplication extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  24. final class ResultOfAfterWordApplication extends AnyRef

    Class that supports the use of after words in WordSpec and fixture.WordSpec.

  25. final class ResultOfAnWordToAnMatcherApplication[T] extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  26. final class ResultOfAnWordToBePropertyMatcherApplication[T] extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  27. final class ResultOfAnWordToSymbolApplication extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  28. class ResultOfAtLeastOneOfApplication extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  29. final class ResultOfDefinedAt[T] extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  30. final class ResultOfGreaterThanComparison[T] extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  31. final class ResultOfGreaterThanOrEqualToComparison[T] extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  32. final class ResultOfKeyWordApplication[T] extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  33. final class ResultOfLengthWordApplication extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  34. final class ResultOfLessThanComparison[T] extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  35. final class ResultOfLessThanOrEqualToComparison[T] extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  36. class ResultOfNewContainWord[L] extends AnyRef

  37. class ResultOfNewOneOfApplication extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  38. sealed class ResultOfNotWordForAny[T] extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  39. final class ResultOfNotWordForArray[E] extends ResultOfNotWordForAny[Array[E]]

    This class is part of the ScalaTest matchers DSL.

  40. final class ResultOfNotWordForGenMap[K, V, L[_, _] <: GenMap[_, _]] extends ResultOfNotWordForAny[L[K, V]]

    This class is part of the ScalaTest matchers DSL.

  41. class ResultOfNotWordForGenTraversable[E, T[_] <: GenTraversable[_]] extends ResultOfNotWordForAny[T[E]]

    This class is part of the ScalaTest matchers DSL.

  42. class ResultOfNotWordForJavaCollection[E, T[_] <: Collection[_]] extends ResultOfNotWordForAny[T[E]]

    This class is part of the ScalaTest matchers DSL.

  43. final class ResultOfNotWordForJavaMap[K, V, L[_, _] <: Map[_, _]] extends ResultOfNotWordForAny[L[K, V]]

    This class is part of the ScalaTest matchers DSL.

  44. final class ResultOfNotWordForString extends ResultOfNotWordForAny[String]

    This class is part of the ScalaTest matchers DSL.

  45. final class ResultOfRegexWordApplication extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  46. final class ResultOfSizeWordApplication extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  47. abstract class ResultOfStringPassedToVerb extends AnyRef

    Abstract class that supports test registration in FlatSpec and fixture.FlatSpec.

  48. abstract class ResultOfTaggedAsInvocation extends AnyRef

    Supports the registration of tagged tests in shorthand form in FlatSpec and fixture.FlatSpec.

  49. final class ResultOfTheSameInstanceAsApplication extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  50. final class ResultOfValueWordApplication[T] extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  51. trait ShouldVerb extends AnyRef

    Provides an implicit conversion that adds should methods to String to support the syntax of FlatSpec, WordSpec, fixture.FlatSpec, and fixture.WordSpec.

  52. final class SizeWord extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  53. final class StartWithWord extends AnyRef

    This class is part of the ScalaTest matchers DSL.

  54. abstract class StringVerbBlockRegistration extends (String, String, () ⇒ Unit) ⇒ Unit

    Class that provides a role-specific type for an implicit conversion used to support the registration of subject descriptions in WordSpec and fixture.WordSpec.

  55. class TheSameElementsAsContainMatcher[T] extends ContainMatcher[T]

    This class is part of the ScalaTest matchers DSL.

  56. class TheSameElementsInOrderAsContainMatcher[T] extends ContainMatcher[T]

    This class is part of the ScalaTest matchers DSL.

Value Members

  1. object MatcherWords extends MatcherWords

Ungrouped