p

scalafix

testkit

package testkit

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. testkit
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AssertDelta (assert: CommentAssertion, lintMessage: LintMessage) extends Product with Serializable
  2. case class AssertDiff (unreported: List[CommentAssertion], unexpected: List[LintMessage], missmatch: List[AssertDelta]) extends Product with Serializable
  3. case class CommentAssertion (anchorPosition: scala.meta.Position, key: String, caretPosition: Option[scala.meta.Position], expectedMessage: Option[String]) extends Product with Serializable
  4. trait DiffAssertions extends FunSuiteLike
  5. case class DiffTest (filename: scala.meta.RelativePath, original: scala.meta.Input, document: scala.meta.Document, config: () ⇒ (Rule, internal.config.ScalafixConfig), isSkip: Boolean, isOnly: Boolean) extends Product with Serializable
  6. class Matrix [T] extends AnyRef
  7. abstract class SemanticRuleSuite extends FunSuite with DiffAssertions with BeforeAndAfterAll
  8. class SyntacticRuleSuite extends FunSuiteLike with DiffAssertions

    Utility to unit test syntactic rules

  9. type SemanticRewriteSuite = SemanticRuleSuite
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to SemanticRuleSuite

Deprecated Value Members

  1. val SemanticRewriteSuite: SemanticRuleSuite.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to SemanticRuleSuite

Inherited from AnyRef

Inherited from Any

Ungrouped