package testkit
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- testkit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait DiffAssertions extends FunSuiteLike
- 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
- abstract class SemanticRuleSuite extends FunSuite with DiffAssertions with BeforeAndAfterAll
-
class
SyntacticRuleSuite
extends FunSuiteLike with DiffAssertions
Utility to unit test syntactic rules
-
type
SemanticRewriteSuite = SemanticRuleSuite
- Annotations
- @deprecated
- Deprecated
(Since version 0.5.0) Renamed to SemanticRuleSuite
Value Members
- object DiffTest extends Serializable
- object SemanticRuleSuite extends Serializable
Deprecated Value Members
-
val
SemanticRewriteSuite: SemanticRuleSuite.type
- Annotations
- @deprecated
- Deprecated
(Since version 0.5.0) Renamed to SemanticRuleSuite