Packages

p

scalafix

testkit

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. trait DiffAssertions extends FunSuiteLike
  2. 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
  3. abstract class SemanticRuleSuite extends FunSuite with DiffAssertions with BeforeAndAfterAll
  4. class SyntacticRuleSuite extends FunSuiteLike with DiffAssertions

    Utility to unit test syntactic rules

  5. type SemanticRewriteSuite = SemanticRuleSuite
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to SemanticRuleSuite

Value Members

  1. object DiffTest extends Serializable
  2. object SemanticRuleSuite extends Serializable

Deprecated Value Members

  1. val SemanticRewriteSuite: SemanticRuleSuite.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Renamed to SemanticRuleSuite

Inherited from AnyRef

Inherited from Any

Ungrouped