package testkit
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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.
- 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.
- trait DiffAssertions extends Suite
- final class RuleTest extends AnyRef
- final class TestkitPath extends AnyRef
An input file for a testkit test.
- 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
- object DiffAssertions extends Serializable
- object RuleTest
- object SemanticRuleSuite
- object TestkitPath
- object TestkitProperties