package testkit
- Alphabetic
- 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
TestkitPropertiesinstance from the resource file "scalafix-testkit.properties".
Deprecated Type Members
- class SemanticRuleSuite extends AbstractSemanticRuleSuite with FunSpecLike
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.18) Use AbstractSemanticRuleSuite with the styling trait of your choice mixed-in (*SpecLike or *SuiteLike)
- class SyntacticRuleSuite extends AbstractSyntacticRuleSuite with FunSuiteLike
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.18) Use AbstractSyntacticRuleSuite with the styling trait of your choice mixed-in (*SpecLike or *SuiteLike)
Value Members
- object DiffAssertions extends Serializable
- object RuleTest
- object SemanticRuleSuite extends Serializable
- object TestkitPath
- object TestkitProperties