Class

scalafix.testkit

SyntacticRuleSuite

Related Doc: package testkit

Permalink

class SyntacticRuleSuite extends FunSuiteLike with DiffAssertions

Utility to unit test syntactic rules

Linear Supertypes
DiffAssertions, FunSuiteLike, Documenting, Alerting, Notifying, Informing, TestRegistration, TestSuite, Suite, Serializable, Serializable, Assertions, TripleEquals, TripleEqualsSupport, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SyntacticRuleSuite
  2. DiffAssertions
  3. FunSuiteLike
  4. Documenting
  5. Alerting
  6. Notifying
  7. Informing
  8. TestRegistration
  9. TestSuite
  10. Suite
  11. Serializable
  12. Serializable
  13. Assertions
  14. TripleEquals
  15. TripleEqualsSupport
  16. AnyRef
  17. Any
Implicitly
  1. by convertToEqualizer
  2. by convertToEqualizer
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SyntacticRuleSuite(rule: v0.Rule = Rule.empty)

    Permalink

    rule

    the default rule to use from check/checkDiff.

Type Members

  1. class CheckingEqualizer[L] extends AnyRef

    Permalink
    Definition Classes
    TripleEqualsSupport
  2. case class DiffFailure(title: String, expected: String, obtained: String, diff: String) extends TestFailedException with Product with Serializable

    Permalink
    Definition Classes
    DiffAssertions
  3. class Equalizer[L] extends AnyRef

    Permalink
    Definition Classes
    TripleEqualsSupport
  4. trait NoArgTest extends () ⇒ Outcome with TestData

    Permalink
    Attributes
    protected
    Definition Classes
    TestSuite

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. def !==[T](right: Spread[T]): TripleEqualsInvocationOnSpread[T]

    Permalink
    Definition Classes
    TripleEqualsSupport
  3. def !==(right: Null): TripleEqualsInvocation[Null]

    Permalink
    Definition Classes
    TripleEqualsSupport
  4. def !==[T](right: T): TripleEqualsInvocation[T]

    Permalink
    Definition Classes
    TripleEqualsSupport
  5. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  6. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from SyntacticRuleSuite to any2stringadd[SyntacticRuleSuite] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  7. def ->[B](y: B): (SyntacticRuleSuite, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from SyntacticRuleSuite to ArrowAssoc[SyntacticRuleSuite] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def ===[T](right: Spread[T]): TripleEqualsInvocationOnSpread[T]

    Permalink
    Definition Classes
    TripleEqualsSupport
  10. def ===(right: Null): TripleEqualsInvocation[Null]

    Permalink
    Definition Classes
    TripleEqualsSupport
  11. def ===[T](right: T): TripleEqualsInvocation[T]

    Permalink
    Definition Classes
    TripleEqualsSupport
  12. def alert: Alerter

    Permalink
    Attributes
    protected
    Definition Classes
    FunSuiteLike → Alerting
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. macro def assert(condition: Boolean, clue: Any)(implicit prettifier: Prettifier, pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  15. macro def assert(condition: Boolean)(implicit prettifier: Prettifier, pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  16. macro def assertCompiles(code: String)(implicit pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  17. macro def assertDoesNotCompile(code: String)(implicit pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  18. def assertEqual[A](a: A, b: A): Unit

    Permalink
    Definition Classes
    DiffAssertions
  19. def assertNoDiff(obtained: String, expected: String, title: String = "", printObtained: Boolean = false): Boolean

    Permalink
    Definition Classes
    DiffAssertions
  20. def assertNoDiffOrPrintExpected(obtained: String, expected: String): Boolean

    Permalink
    Definition Classes
    DiffAssertions
  21. def assertResult(expected: Any)(actual: Any)(implicit prettifier: Prettifier, pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  22. def assertResult(expected: Any, clue: Any)(actual: Any)(implicit prettifier: Prettifier, pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  23. def assertThrows[T <: AnyRef](f: ⇒ Any)(implicit classTag: ClassTag[T], pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  24. macro def assertTypeError(code: String)(implicit pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  25. macro def assume(condition: Boolean, clue: Any)(implicit prettifier: Prettifier, pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  26. macro def assume(condition: Boolean)(implicit prettifier: Prettifier, pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  27. def cancel(cause: Throwable)(implicit pos: Position): Nothing

    Permalink
    Definition Classes
    Assertions
  28. def cancel(message: String, cause: Throwable)(implicit pos: Position): Nothing

    Permalink
    Definition Classes
    Assertions
  29. def cancel(message: String)(implicit pos: Position): Nothing

    Permalink
    Definition Classes
    Assertions
  30. def cancel()(implicit pos: Position): Nothing

    Permalink
    Definition Classes
    Assertions
  31. def check(rule: v0.Rule, name: String, original: String, expected: String, testTags: Tag*): Unit

    Permalink
  32. def check(rule: v0.Rule, name: String, original: String, expected: String): Unit

    Permalink
  33. def check(name: String, original: String, expected: String): Unit

    Permalink
  34. def checkDiff(rule: v0.Rule, original: scala.meta.Input, expected: String, testTags: Tag*): Unit

    Permalink
  35. def checkDiff(rule: v0.Rule, original: scala.meta.Input, expected: String): Unit

    Permalink
  36. def checkDiff(original: scala.meta.Input, expected: String, testTags: Tag*): Unit

    Permalink
  37. def checkDiff(original: scala.meta.Input, expected: String): Unit

    Permalink
  38. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def compareContents(original: Seq[String], revised: Seq[String]): String

    Permalink
    Definition Classes
    DiffAssertions
  40. def compareContents(original: String, revised: String): String

    Permalink
    Definition Classes
    DiffAssertions
  41. def conversionCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], cnv: (B) ⇒ A): CanEqual[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  42. def convertEquivalenceToAToBConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: <:<[A, B]): CanEqual[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  43. def convertEquivalenceToAToBConversionConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: (A) ⇒ B): CanEqual[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  44. def convertEquivalenceToBToAConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: <:<[B, A]): CanEqual[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  45. def convertEquivalenceToBToAConversionConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: (B) ⇒ A): CanEqual[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  46. def convertToCheckingEqualizer[T](left: T): CheckingEqualizer[T]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  47. implicit def convertToEqualizer[T](left: T): Equalizer[T]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  48. def defaultEquality[A]: Equality[A]

    Permalink
    Definition Classes
    TripleEqualsSupport
  49. def ensuring(cond: (SyntacticRuleSuite) ⇒ Boolean, msg: ⇒ Any): SyntacticRuleSuite

    Permalink
    Implicit information
    This member is added by an implicit conversion from SyntacticRuleSuite to Ensuring[SyntacticRuleSuite] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  50. def ensuring(cond: (SyntacticRuleSuite) ⇒ Boolean): SyntacticRuleSuite

    Permalink
    Implicit information
    This member is added by an implicit conversion from SyntacticRuleSuite to Ensuring[SyntacticRuleSuite] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  51. def ensuring(cond: Boolean, msg: ⇒ Any): SyntacticRuleSuite

    Permalink
    Implicit information
    This member is added by an implicit conversion from SyntacticRuleSuite to Ensuring[SyntacticRuleSuite] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  52. def ensuring(cond: Boolean): SyntacticRuleSuite

    Permalink
    Implicit information
    This member is added by an implicit conversion from SyntacticRuleSuite to Ensuring[SyntacticRuleSuite] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  53. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  54. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  55. def error2message(obtained: String, expected: String): String

    Permalink
    Definition Classes
    DiffAssertions
  56. final def execute(testName: String, configMap: ConfigMap, color: Boolean, durations: Boolean, shortstacks: Boolean, fullstacks: Boolean, stats: Boolean): Unit

    Permalink
    Definition Classes
    Suite
  57. def expectedTestCount(filter: Filter): Int

    Permalink
    Definition Classes
    Suite
  58. def fail(cause: Throwable)(implicit pos: Position): Nothing

    Permalink
    Definition Classes
    Assertions
  59. def fail(message: String, cause: Throwable)(implicit pos: Position): Nothing

    Permalink
    Definition Classes
    Assertions
  60. def fail(message: String)(implicit pos: Position): Nothing

    Permalink
    Definition Classes
    Assertions
  61. def fail()(implicit pos: Position): Nothing

    Permalink
    Definition Classes
    Assertions
  62. def fileModificationTimeOrEpoch(file: File): String

    Permalink
    Definition Classes
    DiffAssertions
  63. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  64. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from SyntacticRuleSuite to StringFormat[SyntacticRuleSuite] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  65. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  66. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  67. def header[T](t: T): String

    Permalink
    Definition Classes
    DiffAssertions
  68. def ignore(testName: String, testTags: Tag*)(testFun: ⇒ Any)(implicit pos: Position): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    FunSuiteLike
  69. def info: Informer

    Permalink
    Attributes
    protected
    Definition Classes
    FunSuiteLike → Informing
  70. def intercept[T <: AnyRef](f: ⇒ Any)(implicit classTag: ClassTag[T], pos: Position): T

    Permalink
    Definition Classes
    Assertions
  71. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  72. def lowPriorityConversionCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], cnv: (A) ⇒ B): CanEqual[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  73. def lowPriorityTypeCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], ev: <:<[A, B]): CanEqual[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  74. def markup: Documenter

    Permalink
    Attributes
    protected
    Definition Classes
    FunSuiteLike → Documenting
  75. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  76. def nestedSuites: IndexedSeq[Suite]

    Permalink
    Definition Classes
    Suite
  77. def note: Notifier

    Permalink
    Attributes
    protected
    Definition Classes
    FunSuiteLike → Notifying
  78. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  79. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  80. def pending: Assertion with PendingStatement

    Permalink
    Definition Classes
    Assertions
  81. def pendingUntilFixed(f: ⇒ Unit)(implicit pos: Position): Assertion with PendingStatement

    Permalink
    Definition Classes
    Assertions
  82. final def registerIgnoredTest(testText: String, testTags: Tag*)(testFun: ⇒ Any)(implicit pos: Position): Unit

    Permalink
    Definition Classes
    FunSuiteLike → TestRegistration
  83. final def registerTest(testText: String, testTags: Tag*)(testFun: ⇒ Any)(implicit pos: Position): Unit

    Permalink
    Definition Classes
    FunSuiteLike → TestRegistration
  84. def rerunner: Option[String]

    Permalink
    Definition Classes
    Suite
  85. def run(testName: Option[String], args: Args): Status

    Permalink
    Definition Classes
    FunSuiteLike → Suite
  86. def runNestedSuites(args: Args): Status

    Permalink
    Attributes
    protected
    Definition Classes
    Suite
  87. def runTest(testName: String, args: Args): Status

    Permalink
    Attributes
    protected
    Definition Classes
    FunSuiteLike → TestSuite → Suite
  88. def runTests(testName: Option[String], args: Args): Status

    Permalink
    Attributes
    protected
    Definition Classes
    FunSuiteLike → Suite
  89. final val styleName: String

    Permalink
    Definition Classes
    FunSuiteLike → Suite
  90. final val succeed: Assertion

    Permalink
    Definition Classes
    Assertions
  91. def suiteId: String

    Permalink
    Definition Classes
    Suite
  92. def suiteName: String

    Permalink
    Definition Classes
    Suite
  93. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  94. def tags: Map[String, Set[String]]

    Permalink
    Definition Classes
    FunSuiteLike → Suite
  95. def test(testName: String, testTags: Tag*)(testFun: ⇒ Any)(implicit pos: Position): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    FunSuiteLike
  96. def testDataFor(testName: String, theConfigMap: ConfigMap): TestData

    Permalink
    Definition Classes
    FunSuiteLike → Suite
  97. def testNames: Set[String]

    Permalink
    Definition Classes
    FunSuiteLike → Suite
  98. def testsFor(unit: Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    FunSuiteLike
  99. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  100. def trailingSpace(str: String): String

    Permalink
    Definition Classes
    DiffAssertions
  101. def typeCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], ev: <:<[B, A]): CanEqual[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  102. implicit def unconstrainedEquality[A, B](implicit equalityOfA: Equality[A]): CanEqual[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  103. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  104. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  105. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  106. def withClue[T](clue: Any)(fun: ⇒ T): T

    Permalink
    Definition Classes
    Assertions
  107. def withFixture(test: NoArgTest): Outcome

    Permalink
    Attributes
    protected
    Definition Classes
    TestSuite
  108. def [B](y: B): (SyntacticRuleSuite, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from SyntacticRuleSuite to ArrowAssoc[SyntacticRuleSuite] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def !==(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from SyntacticRuleSuite to org.scalatest.Assertions.Equalizer[SyntacticRuleSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (syntacticRuleSuite: org.scalatest.Assertions.Equalizer[SyntacticRuleSuite]).!==(literalNull)
    Definition Classes
    Equalizer
  2. def !==(spread: Spread[SyntacticRuleSuite]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from SyntacticRuleSuite to org.scalatest.Assertions.Equalizer[SyntacticRuleSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (syntacticRuleSuite: org.scalatest.Assertions.Equalizer[SyntacticRuleSuite]).!==(spread)
    Definition Classes
    Equalizer
  3. def !==(rightSide: Any)(implicit equality: Equality[SyntacticRuleSuite]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from SyntacticRuleSuite to org.scalatest.Assertions.Equalizer[SyntacticRuleSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (syntacticRuleSuite: org.scalatest.Assertions.Equalizer[SyntacticRuleSuite]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  4. def !==(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from SyntacticRuleSuite to org.scalactic.TripleEquals.Equalizer[SyntacticRuleSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (syntacticRuleSuite: org.scalactic.TripleEquals.Equalizer[SyntacticRuleSuite]).!==(literalNull)
    Definition Classes
    Equalizer
  5. def !==(spread: Spread[SyntacticRuleSuite]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from SyntacticRuleSuite to org.scalactic.TripleEquals.Equalizer[SyntacticRuleSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (syntacticRuleSuite: org.scalactic.TripleEquals.Equalizer[SyntacticRuleSuite]).!==(spread)
    Definition Classes
    Equalizer
  6. def !==(rightSide: Any)(implicit equality: Equality[SyntacticRuleSuite]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from SyntacticRuleSuite to org.scalactic.TripleEquals.Equalizer[SyntacticRuleSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (syntacticRuleSuite: org.scalactic.TripleEquals.Equalizer[SyntacticRuleSuite]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  7. def ===(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from SyntacticRuleSuite to org.scalatest.Assertions.Equalizer[SyntacticRuleSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (syntacticRuleSuite: org.scalatest.Assertions.Equalizer[SyntacticRuleSuite]).===(literalNull)
    Definition Classes
    Equalizer
  8. def ===(spread: Spread[SyntacticRuleSuite]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from SyntacticRuleSuite to org.scalatest.Assertions.Equalizer[SyntacticRuleSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (syntacticRuleSuite: org.scalatest.Assertions.Equalizer[SyntacticRuleSuite]).===(spread)
    Definition Classes
    Equalizer
  9. def ===(rightSide: Any)(implicit equality: Equality[SyntacticRuleSuite]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from SyntacticRuleSuite to org.scalatest.Assertions.Equalizer[SyntacticRuleSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (syntacticRuleSuite: org.scalatest.Assertions.Equalizer[SyntacticRuleSuite]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  10. def ===(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from SyntacticRuleSuite to org.scalactic.TripleEquals.Equalizer[SyntacticRuleSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (syntacticRuleSuite: org.scalactic.TripleEquals.Equalizer[SyntacticRuleSuite]).===(literalNull)
    Definition Classes
    Equalizer
  11. def ===(spread: Spread[SyntacticRuleSuite]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from SyntacticRuleSuite to org.scalactic.TripleEquals.Equalizer[SyntacticRuleSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (syntacticRuleSuite: org.scalactic.TripleEquals.Equalizer[SyntacticRuleSuite]).===(spread)
    Definition Classes
    Equalizer
  12. def ===(rightSide: Any)(implicit equality: Equality[SyntacticRuleSuite]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from SyntacticRuleSuite to org.scalactic.TripleEquals.Equalizer[SyntacticRuleSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (syntacticRuleSuite: org.scalactic.TripleEquals.Equalizer[SyntacticRuleSuite]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  13. val leftSide: SyntacticRuleSuite

    Permalink
    Implicit information
    This member is added by an implicit conversion from SyntacticRuleSuite to org.scalatest.Assertions.Equalizer[SyntacticRuleSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (syntacticRuleSuite: org.scalatest.Assertions.Equalizer[SyntacticRuleSuite]).leftSide
    Definition Classes
    Equalizer
  14. val leftSide: SyntacticRuleSuite

    Permalink
    Implicit information
    This member is added by an implicit conversion from SyntacticRuleSuite to org.scalactic.TripleEquals.Equalizer[SyntacticRuleSuite] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (syntacticRuleSuite: org.scalactic.TripleEquals.Equalizer[SyntacticRuleSuite]).leftSide
    Definition Classes
    Equalizer

Deprecated Value Members

  1. final def execute: Unit

    Permalink
    Definition Classes
    Suite
    Annotations
    @deprecated
    Deprecated

    The parameterless execute method has been deprecated and will be removed in a future version of ScalaTest. Please invoke execute with empty parens instead: execute().

  2. def trap[T](f: ⇒ T): Throwable

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    The trap method is no longer needed for demos in the REPL, which now abreviates stack traces, and will be removed in a future version of ScalaTest

Inherited from DiffAssertions

Inherited from FunSuiteLike

Inherited from Documenting

Inherited from Alerting

Inherited from Notifying

Inherited from Informing

Inherited from TestRegistration

Inherited from TestSuite

Inherited from Suite

Inherited from Serializable

Inherited from Serializable

Inherited from Assertions

Inherited from TripleEquals

Inherited from TripleEqualsSupport

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion convertToEqualizer from SyntacticRuleSuite to org.scalatest.Assertions.Equalizer[SyntacticRuleSuite]

Inherited by implicit conversion convertToEqualizer from SyntacticRuleSuite to org.scalactic.TripleEquals.Equalizer[SyntacticRuleSuite]

Inherited by implicit conversion any2stringadd from SyntacticRuleSuite to any2stringadd[SyntacticRuleSuite]

Inherited by implicit conversion StringFormat from SyntacticRuleSuite to StringFormat[SyntacticRuleSuite]

Inherited by implicit conversion Ensuring from SyntacticRuleSuite to Ensuring[SyntacticRuleSuite]

Inherited by implicit conversion ArrowAssoc from SyntacticRuleSuite to ArrowAssoc[SyntacticRuleSuite]

Ungrouped