Packages

p

scalafix

testkit

package testkit

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract class AbstractSemanticRuleSuite extends Suite with TestRegistration with DiffAssertions with BeforeAndAfterAll

    Construct a test suite for running semantic Scalafix rules.

    Construct a test suite for running semantic Scalafix rules.

    Mix-in FunSuiteLike (ScalaTest 3.0), AnyFunSuiteLike (ScalaTest 3.1+) or the testing style of your choice if you add your own tests.

  2. abstract class AbstractSyntacticRuleSuite extends Suite with TestRegistration with DiffAssertions

    Utility to unit test syntactic rules.

    Utility to unit test syntactic rules.

    Mix-in FunSuiteLike (ScalaTest 3.0), AnyFunSuiteLike (ScalaTest 3.1+) or the testing style of your choice if you add your own tests.

  3. trait DiffAssertions extends Suite
  4. final class RuleTest extends AnyRef
  5. final class TestkitPath extends AnyRef

    An input file for a testkit test.

  6. final class TestkitProperties extends AnyRef

    Input arguments to run scalafix testkit rules.

    Input arguments to run scalafix testkit rules.

    By convention, it's possible to load a TestkitProperties instance from the resource file "scalafix-testkit.properties".

Value Members

  1. object DiffAssertions extends Serializable
  2. object RuleTest
  3. object SemanticRuleSuite
  4. object TestkitPath
  5. object TestkitProperties

Ungrouped