Packages

p

scalafix

testkit

package testkit

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait DiffAssertions extends FunSuiteLike
  2. final class RuleTest extends AnyRef
  3. abstract class SemanticRuleSuite extends FunSuite with DiffAssertions with BeforeAndAfterAll

    Construct a test suite for running semantic Scalafix rules.

  4. class SyntacticRuleSuite extends FunSuiteLike with DiffAssertions

    Utility to unit test syntactic rules

  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".

Ungrouped