final class ScalaTestParams extends Serializable
Scala Test Params ScalaTestParams contains scala-specific metadata for testing Scala targets. This metadata is embedded in the data field of the buildTarget/test request when the dataKind field contains "scala-test".
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaTestParams
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
equals(o: Any): Boolean
- Definition Classes
- ScalaTestParams → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- ScalaTestParams → AnyRef → Any
- val testClasses: Vector[ScalaTestClassesItem]
-
def
toString(): String
- Definition Classes
- ScalaTestParams → AnyRef → Any
- def withTestClasses(testClasses: Vector[ScalaTestClassesItem]): ScalaTestParams