final class TestkitProperties extends AnyRef
Input arguments to run scalafix testkit rules.
By convention, it's possible to load a TestkitProperties
instance from the resource
file "scalafix-testkit.properties".
- Alphabetic
- By Inheritance
- TestkitProperties
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new TestkitProperties(inputClasspath: scala.meta.Classpath, inputSourceDirectories: List[scala.meta.AbsolutePath], outputSourceDirectories: List[scala.meta.AbsolutePath], sourceroot: scala.meta.AbsolutePath, scalaVersion: String, scalacOptions: List[String])
- inputClasspath
The class directory of the input sources. This directory should contain a META-INF/semanticd sub-directory with SemanticDB files.
- inputSourceDirectories
The source directory of the input sources. This directory should contain Scala code to be fixed by Scalafix.
- outputSourceDirectories
The source directories of the expected output sources. These directories should contain Scala source files with the expected output after running Scalafix. When multiple directories are provided, the first directory that contains a source files with a matching relative path in inputSourceroot is used.
- sourceroot
The SemanticDB sourceroot used to compile the input sources. Defaults to current working directory. Must match the value of
-P:semanticdb:sourceroot:>value<
, if any.- scalaVersion
The Scala compiler version used to compile the input sources. This information is passed to rules through the
withConfiguration
method.- scalacOptions
The Scala compiler options used to compile the input sources. This information is passed to rules through the
withConfiguration
method.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from TestkitProperties toany2stringadd[TestkitProperties] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (TestkitProperties, B)
- Implicit
- This member is added by an implicit conversion from TestkitProperties toArrowAssoc[TestkitProperties] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def ensuring(cond: (TestkitProperties) => Boolean, msg: => Any): TestkitProperties
- Implicit
- This member is added by an implicit conversion from TestkitProperties toEnsuring[TestkitProperties] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (TestkitProperties) => Boolean): TestkitProperties
- Implicit
- This member is added by an implicit conversion from TestkitProperties toEnsuring[TestkitProperties] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): TestkitProperties
- Implicit
- This member is added by an implicit conversion from TestkitProperties toEnsuring[TestkitProperties] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): TestkitProperties
- Implicit
- This member is added by an implicit conversion from TestkitProperties toEnsuring[TestkitProperties] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from TestkitProperties toStringFormat[TestkitProperties] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val inputClasspath: scala.meta.Classpath
- val inputSourceDirectories: List[scala.meta.AbsolutePath]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val outputSourceDirectories: List[scala.meta.AbsolutePath]
- def resolveInput(path: RelativePath): scala.meta.AbsolutePath
- def resolveOutput(path: RelativePath): scala.meta.AbsolutePath
- val scalaVersion: String
- val scalacOptions: List[String]
- val sourceroot: scala.meta.AbsolutePath
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- TestkitProperties → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- def →[B](y: B): (TestkitProperties, B)
- Implicit
- This member is added by an implicit conversion from TestkitProperties toArrowAssoc[TestkitProperties] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.