All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.scalatest.words.package.scala Maven / Gradle / Ivy

/*
 * Copyright 2001-2013 Artima, Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package org.scalatest

/**
 * A deprecated package that contained support for ScalaTest DSLs.
 */
package object words {

  /**
   * Forces Scaladoc to include the org.scalatest.words package.
   */
  @deprecated("This class is a workaround for a Scaladoc bug. It will be removed in a future version of ScalaTest.")
  final class ForceScaladocGeneration private ()

  /**
   * The name org.scalatest.words.BeWord has been deprecated and will be removed in a future version of ScalaTest. Please use
   * its new name, org.scalatest.matchers.dsl.BeWord, instead.
   *
   * 

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.BeWord class has been moved and renamed. Please use org.scalatest.matchers.dsl.BeWord instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type BeWord = org.scalatest.matchers.dsl.BeWord /** * The name org.scalatest.words.ContainWord has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ContainWord, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ContainWord class has been moved and renamed. Please use org.scalatest.matchers.dsl.ContainWord instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ContainWord = org.scalatest.matchers.dsl.ContainWord /** * The name org.scalatest.words.DefinedWord has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.DefinedWord, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.DefinedWord class has been moved and renamed. Please use org.scalatest.matchers.dsl.DefinedWord instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type DefinedWord = org.scalatest.matchers.dsl.DefinedWord /** * The name org.scalatest.words.EmptyWord has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.EmptyWord, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.EmptyWord class has been moved and renamed. Please use org.scalatest.matchers.dsl.EmptyWord instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type EmptyWord = org.scalatest.matchers.dsl.EmptyWord /** * The name org.scalatest.words.EndWithWord has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.EndWithWord, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.EndWithWord class has been moved and renamed. Please use org.scalatest.matchers.dsl.EndWithWord instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type EndWithWord = org.scalatest.matchers.dsl.EndWithWord /** * The name org.scalatest.words.ExistWord has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ExistWord, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ExistWord class has been moved and renamed. Please use org.scalatest.matchers.dsl.ExistWord instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ExistWord = org.scalatest.matchers.dsl.ExistWord /** * The name org.scalatest.words.FullyMatchWord has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.FullyMatchWord, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.FullyMatchWord class has been moved and renamed. Please use org.scalatest.matchers.dsl.FullyMatchWord instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type FullyMatchWord = org.scalatest.matchers.dsl.FullyMatchWord /** * The name org.scalatest.words.HaveWord has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.HaveWord, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.HaveWord class has been moved and renamed. Please use org.scalatest.matchers.dsl.HaveWord instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type HaveWord = org.scalatest.matchers.dsl.HaveWord /** * The name org.scalatest.words.IncludeWord has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.IncludeWord, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.IncludeWord class has been moved and renamed. Please use org.scalatest.matchers.dsl.IncludeWord instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type IncludeWord = org.scalatest.matchers.dsl.IncludeWord /** * The name org.scalatest.words.LengthWord has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.LengthWord, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.LengthWord class has been moved and renamed. Please use org.scalatest.matchers.dsl.LengthWord instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type LengthWord = org.scalatest.matchers.dsl.LengthWord /** * The name org.scalatest.words.MatchPatternWord has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.MatchPatternWord, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.MatchPatternWord class has been moved and renamed. Please use org.scalatest.matchers.dsl.MatchPatternWord instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type MatchPatternWord = org.scalatest.matchers.dsl.MatchPatternWord /** * The name org.scalatest.words.MatcherWords has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.MatcherWords, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.MatcherWords class has been moved and renamed. Please use org.scalatest.matchers.dsl.MatcherWords instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type MatcherWords = org.scalatest.matchers.dsl.MatcherWords /** * The name org.scalatest.words.NoExceptionWord has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.NoExceptionWord, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.NoExceptionWord class has been moved and renamed. Please use org.scalatest.matchers.dsl.NoExceptionWord instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type NoExceptionWord = org.scalatest.matchers.dsl.NoExceptionWord /** * The name org.scalatest.words.NotWord has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.NotWord, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.NotWord class has been moved and renamed. Please use org.scalatest.matchers.dsl.NotWord instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type NotWord = org.scalatest.matchers.dsl.NotWord /** * The name org.scalatest.words.PleaseUseNoExceptionShouldSyntaxInstead has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.PleaseUseNoExceptionShouldSyntaxInstead, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.PleaseUseNoExceptionShouldSyntaxInstead class has been moved and renamed. Please use org.scalatest.matchers.dsl.PleaseUseNoExceptionShouldSyntaxInstead instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type PleaseUseNoExceptionShouldSyntaxInstead = org.scalatest.matchers.dsl.PleaseUseNoExceptionShouldSyntaxInstead /** * The name org.scalatest.words.ReadableWord has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ReadableWord, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ReadableWord class has been moved and renamed. Please use org.scalatest.matchers.dsl.ReadableWord instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ReadableWord = org.scalatest.matchers.dsl.ReadableWord /** * The name org.scalatest.words.RegexWithGroups has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.RegexWithGroups, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.RegexWithGroups class has been moved and renamed. Please use org.scalatest.matchers.dsl.RegexWithGroups instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type RegexWithGroups = org.scalatest.matchers.dsl.RegexWithGroups /** * The name org.scalatest.words.ResultOfATypeInvocation has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfATypeInvocation, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfATypeInvocation class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfATypeInvocation instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfATypeInvocation[T] = org.scalatest.matchers.dsl.ResultOfATypeInvocation[T] /** * The name org.scalatest.words.ResultOfAWordToAMatcherApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfAWordToAMatcherApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfAWordToAMatcherApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfAWordToAMatcherApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfAWordToAMatcherApplication[T] = org.scalatest.matchers.dsl.ResultOfAWordToAMatcherApplication[T] /** * The name org.scalatest.words.ResultOfAWordToBePropertyMatcherApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfAWordToBePropertyMatcherApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfAWordToBePropertyMatcherApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfAWordToBePropertyMatcherApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfAWordToBePropertyMatcherApplication[T] = org.scalatest.matchers.dsl.ResultOfAWordToBePropertyMatcherApplication[T] /** * The name org.scalatest.words.ResultOfAWordToSymbolApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfAWordToSymbolApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfAWordToSymbolApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfAWordToSymbolApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfAWordToSymbolApplication = org.scalatest.matchers.dsl.ResultOfAWordToSymbolApplication /** * The name org.scalatest.words.ResultOfAllElementsOfApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfAllElementsOfApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfAllElementsOfApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfAllElementsOfApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfAllElementsOfApplication = org.scalatest.matchers.dsl.ResultOfAllElementsOfApplication /** * The name org.scalatest.words.ResultOfAllOfApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfAllOfApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfAllOfApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfAllOfApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfAllOfApplication = org.scalatest.matchers.dsl.ResultOfAllOfApplication /** * The name org.scalatest.words.ResultOfAnTypeInvocation has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfAnTypeInvocation, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfAnTypeInvocation class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfAnTypeInvocation instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfAnTypeInvocation[T] = org.scalatest.matchers.dsl.ResultOfAnTypeInvocation[T] /** * The name org.scalatest.words.ResultOfAnWordToAnMatcherApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfAnWordToAnMatcherApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfAnWordToAnMatcherApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfAnWordToAnMatcherApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfAnWordToAnMatcherApplication[T] = org.scalatest.matchers.dsl.ResultOfAnWordToAnMatcherApplication[T] /** * The name org.scalatest.words.ResultOfAnWordToBePropertyMatcherApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfAnWordToBePropertyMatcherApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfAnWordToBePropertyMatcherApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfAnWordToBePropertyMatcherApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfAnWordToBePropertyMatcherApplication[T] = org.scalatest.matchers.dsl.ResultOfAnWordToBePropertyMatcherApplication[T] /** * The name org.scalatest.words.ResultOfAnWordToSymbolApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfAnWordToSymbolApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfAnWordToSymbolApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfAnWordToSymbolApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfAnWordToSymbolApplication = org.scalatest.matchers.dsl.ResultOfAnWordToSymbolApplication /** * The name org.scalatest.words.ResultOfAtLeastOneElementOfApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfAtLeastOneElementOfApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfAtLeastOneElementOfApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfAtLeastOneElementOfApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfAtLeastOneElementOfApplication = org.scalatest.matchers.dsl.ResultOfAtLeastOneElementOfApplication /** * The name org.scalatest.words.ResultOfAtLeastOneOfApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfAtLeastOneOfApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfAtLeastOneOfApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfAtLeastOneOfApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfAtLeastOneOfApplication = org.scalatest.matchers.dsl.ResultOfAtLeastOneOfApplication /** * The name org.scalatest.words.ResultOfAtMostOneElementOfApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfAtMostOneElementOfApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfAtMostOneElementOfApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfAtMostOneElementOfApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfAtMostOneElementOfApplication = org.scalatest.matchers.dsl.ResultOfAtMostOneElementOfApplication /** * The name org.scalatest.words.ResultOfAtMostOneOfApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfAtMostOneOfApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfAtMostOneOfApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfAtMostOneOfApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfAtMostOneOfApplication = org.scalatest.matchers.dsl.ResultOfAtMostOneOfApplication /** * The name org.scalatest.words.ResultOfBeThrownBy has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfBeThrownBy, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfBeThrownBy class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfBeThrownBy instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfBeThrownBy = org.scalatest.matchers.dsl.ResultOfBeThrownBy /** * The name org.scalatest.words.ResultOfBeWordForAType has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfBeWordForAType, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfBeWordForAType class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfBeWordForAType instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfBeWordForAType[T] = org.scalatest.matchers.dsl.ResultOfBeWordForAType[T] /** * The name org.scalatest.words.ResultOfBeWordForAnType has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfBeWordForAnType, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfBeWordForAnType class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfBeWordForAnType instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfBeWordForAnType[T] = org.scalatest.matchers.dsl.ResultOfBeWordForAnType[T] /** * The name org.scalatest.words.ResultOfBeWordForNoException has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfBeWordForNoException, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfBeWordForNoException class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfBeWordForNoException instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfBeWordForNoException = org.scalatest.matchers.dsl.ResultOfBeWordForNoException /** * The name org.scalatest.words.ResultOfContainWord has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfContainWord, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfContainWord class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfContainWord instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfContainWord[T] = org.scalatest.matchers.dsl.ResultOfContainWord[T] /** * The name org.scalatest.words.ResultOfDefinedAt has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfDefinedAt, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfDefinedAt class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfDefinedAt instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfDefinedAt[T] = org.scalatest.matchers.dsl.ResultOfDefinedAt[T] /** * The name org.scalatest.words.ResultOfGreaterThanComparison has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfGreaterThanComparison, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfGreaterThanComparison class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfGreaterThanComparison instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfGreaterThanComparison[T] = org.scalatest.matchers.dsl.ResultOfGreaterThanComparison[T] /** * The name org.scalatest.words.ResultOfGreaterThanOrEqualToComparison has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfGreaterThanOrEqualToComparison, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfGreaterThanOrEqualToComparison class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfGreaterThanOrEqualToComparison instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfGreaterThanOrEqualToComparison[T] = org.scalatest.matchers.dsl.ResultOfGreaterThanOrEqualToComparison[T] /** * The name org.scalatest.words.ResultOfInOrderApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfInOrderApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfInOrderApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfInOrderApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfInOrderApplication = org.scalatest.matchers.dsl.ResultOfInOrderApplication /** * The name org.scalatest.words.ResultOfInOrderElementsOfApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfInOrderElementsOfApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfInOrderElementsOfApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfInOrderElementsOfApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfInOrderElementsOfApplication = org.scalatest.matchers.dsl.ResultOfInOrderElementsOfApplication /** * The name org.scalatest.words.ResultOfInOrderOnlyApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfInOrderOnlyApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfInOrderOnlyApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfInOrderOnlyApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfInOrderOnlyApplication = org.scalatest.matchers.dsl.ResultOfInOrderOnlyApplication /** * The name org.scalatest.words.ResultOfKeyWordApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfKeyWordApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfKeyWordApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfKeyWordApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfKeyWordApplication = org.scalatest.matchers.dsl.ResultOfKeyWordApplication /** * The name org.scalatest.words.ResultOfLengthWordApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfLengthWordApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfLengthWordApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfLengthWordApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfLengthWordApplication = org.scalatest.matchers.dsl.ResultOfLengthWordApplication /** * The name org.scalatest.words.ResultOfLessThanComparison has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfLessThanComparison, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfLessThanComparison class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfLessThanComparison instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfLessThanComparison[T] = org.scalatest.matchers.dsl.ResultOfLessThanComparison[T] /** * The name org.scalatest.words.ResultOfLessThanOrEqualToComparison has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfLessThanOrEqualToComparison, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfLessThanOrEqualToComparison class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfLessThanOrEqualToComparison instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfLessThanOrEqualToComparison[T] = org.scalatest.matchers.dsl.ResultOfLessThanOrEqualToComparison[T] /** * The name org.scalatest.words.ResultOfMessageWordApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfMessageWordApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfMessageWordApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfMessageWordApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfMessageWordApplication = org.scalatest.matchers.dsl.ResultOfMessageWordApplication /** * The name org.scalatest.words.ResultOfNoElementsOfApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfNoElementsOfApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfNoElementsOfApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfNoElementsOfApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfNoElementsOfApplication = org.scalatest.matchers.dsl.ResultOfNoElementsOfApplication /** * The name org.scalatest.words.ResultOfNoneOfApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfNoneOfApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfNoneOfApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfNoneOfApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfNoneOfApplication = org.scalatest.matchers.dsl.ResultOfNoneOfApplication /** * The name org.scalatest.words.ResultOfNotExist has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfNotExist, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfNotExist class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfNotExist instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfNotExist = org.scalatest.matchers.dsl.ResultOfNotExist /** * The name org.scalatest.words.ResultOfNotWordForAny has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfNotWordForAny, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfNotWordForAny class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfNotWordForAny instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfNotWordForAny[T] = org.scalatest.matchers.dsl.ResultOfNotWordForAny[T] /** * The name org.scalatest.words.ResultOfOfTypeInvocation has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfOfTypeInvocation, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfOfTypeInvocation class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfOfTypeInvocation instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfOfTypeInvocation[T] = org.scalatest.matchers.dsl.ResultOfOfTypeInvocation[T] /** * The name org.scalatest.words.ResultOfOneElementOfApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfOneElementOfApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfOneElementOfApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfOneElementOfApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfOneElementOfApplication = org.scalatest.matchers.dsl.ResultOfOneElementOfApplication /** * The name org.scalatest.words.ResultOfOneOfApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfOneOfApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfOneOfApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfOneOfApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfOneOfApplication = org.scalatest.matchers.dsl.ResultOfOneOfApplication /** * The name org.scalatest.words.ResultOfOnlyApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfOnlyApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfOnlyApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfOnlyApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfOnlyApplication = org.scalatest.matchers.dsl.ResultOfOnlyApplication /** * The name org.scalatest.words.ResultOfRegexWordApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfRegexWordApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfRegexWordApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfRegexWordApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfRegexWordApplication = org.scalatest.matchers.dsl.ResultOfRegexWordApplication /** * The name org.scalatest.words.ResultOfSizeWordApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfSizeWordApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfSizeWordApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfSizeWordApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfSizeWordApplication = org.scalatest.matchers.dsl.ResultOfSizeWordApplication /** * The name org.scalatest.words.ResultOfTheSameElementsAsApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfTheSameElementsAsApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfTheSameElementsAsApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfTheSameElementsAsApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfTheSameElementsAsApplication = org.scalatest.matchers.dsl.ResultOfTheSameElementsAsApplication /** * The name org.scalatest.words.ResultOfTheSameElementsInOrderAsApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfTheSameElementsInOrderAsApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfTheSameElementsInOrderAsApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfTheSameElementsInOrderAsApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfTheSameElementsInOrderAsApplication = org.scalatest.matchers.dsl.ResultOfTheSameElementsInOrderAsApplication /** * The name org.scalatest.words.ResultOfTheSameInstanceAsApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfTheSameInstanceAsApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfTheSameInstanceAsApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfTheSameInstanceAsApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfTheSameInstanceAsApplication = org.scalatest.matchers.dsl.ResultOfTheSameInstanceAsApplication /** * The name org.scalatest.words.ResultOfTheTypeInvocation has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfTheTypeInvocation, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfTheTypeInvocation class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfTheTypeInvocation instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfTheTypeInvocation[T] = org.scalatest.matchers.dsl.ResultOfTheTypeInvocation[T] /** * The name org.scalatest.words.ResultOfThrownByApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfThrownByApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfThrownByApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfThrownByApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfThrownByApplication = org.scalatest.matchers.dsl.ResultOfThrownByApplication /** * The name org.scalatest.words.ResultOfValueWordApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.ResultOfValueWordApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfValueWordApplication class has been moved and renamed. Please use org.scalatest.matchers.dsl.ResultOfValueWordApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfValueWordApplication = org.scalatest.matchers.dsl.ResultOfValueWordApplication /** * The name org.scalatest.words.SizeWord has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.SizeWord, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.SizeWord class has been moved and renamed. Please use org.scalatest.matchers.dsl.SizeWord instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type SizeWord = org.scalatest.matchers.dsl.SizeWord /** * The name org.scalatest.words.SortedWord has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.SortedWord, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.SortedWord class has been moved and renamed. Please use org.scalatest.matchers.dsl.SortedWord instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type SortedWord = org.scalatest.matchers.dsl.SortedWord /** * The name org.scalatest.words.StartWithWord has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.StartWithWord, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.StartWithWord class has been moved and renamed. Please use org.scalatest.matchers.dsl.StartWithWord instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type StartWithWord = org.scalatest.matchers.dsl.StartWithWord /** * The name org.scalatest.words.WritableWord has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.matchers.dsl.WritableWord, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.WritableWord class has been moved and renamed. Please use org.scalatest.matchers.dsl.WritableWord instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type WritableWord = org.scalatest.matchers.dsl.WritableWord /** * The name org.scalatest.words.BehaveWord has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.verbs.BehaveWord, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.BehaveWord class has been moved and renamed. Please use org.scalatest.verbs.BehaveWord instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type BehaveWord = org.scalatest.verbs.BehaveWord /** * The name org.scalatest.words.CanVerb has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.verbs.CanVerb, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.CanVerb class has been moved and renamed. Please use org.scalatest.verbs.CanVerb instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type CanVerb = org.scalatest.verbs.CanVerb /** * The name org.scalatest.words.CompileWord has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.verbs.CompileWord, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.CompileWord class has been moved and renamed. Please use org.scalatest.verbs.CompileWord instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type CompileWord = org.scalatest.verbs.CompileWord /** * The name org.scalatest.words.MustVerb has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.verbs.MustVerb, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.MustVerb class has been moved and renamed. Please use org.scalatest.verbs.MustVerb instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type MustVerb = org.scalatest.verbs.MustVerb /** * The name org.scalatest.words.ResultOfAfterWordApplication has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.verbs.ResultOfAfterWordApplication, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfAfterWordApplication class has been moved and renamed. Please use org.scalatest.verbs.ResultOfAfterWordApplication instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfAfterWordApplication = org.scalatest.verbs.ResultOfAfterWordApplication /** * The name org.scalatest.words.ResultOfStringPassedToVerb has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.verbs.ResultOfStringPassedToVerb, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfStringPassedToVerb class has been moved and renamed. Please use org.scalatest.verbs.ResultOfStringPassedToVerb instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfStringPassedToVerb = org.scalatest.verbs.ResultOfStringPassedToVerb /** * The name org.scalatest.words.ResultOfTaggedAsInvocation has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.verbs.ResultOfTaggedAsInvocation, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ResultOfTaggedAsInvocation class has been moved and renamed. Please use org.scalatest.verbs.ResultOfTaggedAsInvocation instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ResultOfTaggedAsInvocation = org.scalatest.verbs.ResultOfTaggedAsInvocation /** * The name org.scalatest.words.ShouldVerb has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.verbs.ShouldVerb, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.ShouldVerb class has been moved and renamed. Please use org.scalatest.verbs.ShouldVerb instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type ShouldVerb = org.scalatest.verbs.ShouldVerb /** * The name org.scalatest.words.StringVerbBehaveLikeInvocation has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.verbs.StringVerbBehaveLikeInvocation, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.StringVerbBehaveLikeInvocation class has been moved and renamed. Please use org.scalatest.verbs.StringVerbBehaveLikeInvocation instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type StringVerbBehaveLikeInvocation = org.scalatest.verbs.StringVerbBehaveLikeInvocation /** * The name org.scalatest.words.StringVerbBlockRegistration has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.verbs.StringVerbBlockRegistration, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.StringVerbBlockRegistration class has been moved and renamed. Please use org.scalatest.verbs.StringVerbBlockRegistration instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type StringVerbBlockRegistration = org.scalatest.verbs.StringVerbBlockRegistration /** * The name org.scalatest.words.StringVerbStringInvocation has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.verbs.StringVerbStringInvocation, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.StringVerbStringInvocation class has been moved and renamed. Please use org.scalatest.verbs.StringVerbStringInvocation instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type StringVerbStringInvocation = org.scalatest.verbs.StringVerbStringInvocation /** * The name org.scalatest.words.SubjectWithAfterWordRegistration has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.verbs.SubjectWithAfterWordRegistration, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.SubjectWithAfterWordRegistration class has been moved and renamed. Please use org.scalatest.verbs.SubjectWithAfterWordRegistration instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type SubjectWithAfterWordRegistration = org.scalatest.verbs.SubjectWithAfterWordRegistration /** * The name org.scalatest.words.TypeCheckWord has been deprecated and will be removed in a future version of ScalaTest. Please use * its new name, org.scalatest.verbs.TypeCheckWord, instead. * *

This type has been renamed to support future modularization of ScalaTest.

* *

This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x.

*/ @deprecated("The org.scalatest.words.TypeCheckWord class has been moved and renamed. Please use org.scalatest.verbs.TypeCheckWord instead. This can be rewritten automatically with autofix: https://github.com/scalatest/autofix/tree/master/3.1.x", "3.1.0") type TypeCheckWord = org.scalatest.verbs.TypeCheckWord }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy