Package

scalafix

testkit

Permalink

package testkit

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, 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

Ungrouped