final class ScalaProbeDriver extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaProbeDriver
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ScalaProbeDriver(driver: ProbeDriver)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val driver: ProbeDriver
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def getSbtProjectSettings(project: ProjectRef = ProjectRef.Default): SbtProjectSettings
- def importBspProject(path: Path, waitLogic: WaitLogic = WaitLogic.Default): ProjectRef
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
run(runConfiguration: ScalaTestRunConfiguration): TestsRunResult
Runs the specified ScalaTest configuration
- def setSbtProjectSettings(settings: SbtProjectSettingsChangeRequest, project: ProjectRef = ProjectRef.Default, waitLogic: WaitLogic = WaitLogic.Default): Unit
-
def
toString(): String
- Definition Classes
- Any