scalafix.internal.testkit
package scalafix.internal.testkit
Members list
Type members
Classlikes
object AssertDiff
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
AssertDiff.type
case class AssertDiff(unreported: List[CommentAssertion], unexpected: List[RuleDiagnostic], mismatch: List[AssertDelta])
case class CommentAssertion(anchorPosition: Position, key: String, caretPosition: Option[Position], expectedMessage: Option[String])
object CommentAssertion
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CommentAssertion.type
object EndOfLineAssertExtractor
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
object MultiLineAssertExtractor
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
In this article