Package

scalafix.internal

testkit

Permalink

package testkit

Visibility
  1. Public
  2. All

Type Members

  1. case class AssertDelta(assert: CommentAssertion, lintDiagnostic: RuleDiagnostic) extends Product with Serializable

    Permalink
  2. case class AssertDiff(unreported: List[CommentAssertion], unexpected: List[RuleDiagnostic], mismatch: 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. class Matrix[T] extends AnyRef

    Permalink

Ungrouped