Package

scalafix

testkit

Permalink

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

    Permalink
  2. case class AssertDiff(unreported: List[CommentAssertion], unexpected: List[LintMessage], missmatch: List[AssertDelta]) extends Product with Serializable

    Permalink
  3. case class CommentAssertion(anchorPosition: scala.meta.Position, key: String, caretPosition: Option[scala.meta.Position], expectedMessage: Option[String]) extends Product with Serializable

    Permalink
  4. trait DiffAssertions extends FunSuiteLike

    Permalink
  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

    Permalink
  6. class Matrix[T] extends AnyRef

    Permalink
  7. abstract class SemanticRuleSuite extends FunSuite with DiffAssertions with BeforeAndAfterAll

    Permalink
  8. class SyntacticRuleSuite extends FunSuiteLike with DiffAssertions

    Permalink

    Utility to unit test syntactic rules

  9. type SemanticRewriteSuite = SemanticRuleSuite

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to SemanticRuleSuite

Deprecated Value Members

  1. val SemanticRewriteSuite: SemanticRuleSuite.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to SemanticRuleSuite

Inherited from AnyRef

Inherited from Any

Ungrouped