scalafix.testkit.TestkitPath
See theTestkitPath companion object
final class TestkitPath(val input: AbsolutePath, val testPath: RelativePath, val semanticdbPath: RelativePath)
An input file for a testkit test.
Value parameters
- input
-
the absolute path to the input file.
- semanticdbPath
-
the input file relativized by the SemanticDB sourceroot. Used to compute the path to the SemanticDB payload.
- testPath
-
the input file relativized by input source directory (but including its last subpath). Used to compute the test name and the expected output file.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article