Packages

c

scala.meta.internal.metals.debug.server

TestSuiteDebugAdapter

class TestSuiteDebugAdapter extends MetalsDebuggee

Linear Supertypes
MetalsDebuggee, Debuggee, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestSuiteDebugAdapter
  2. MetalsDebuggee
  3. Debuggee
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TestSuiteDebugAdapter(root: io.AbsolutePath, testClasses: ch.epfl.scala.bsp4j.ScalaTestSuites, project: DebugeeProject, userJavaHome: Option[String], discoveredTests: Map[TestFramework, List[Discovered]])(implicit ec: ExecutionContext)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def classEntries: Seq[ClassEntry]
    Definition Classes
    Debuggee
  6. def classPath: Seq[Path]
    Definition Classes
    Debuggee
  7. def classPathEntries: Seq[ClassPathEntry]
    Definition Classes
    Debuggee
  8. def classPathString: String
    Definition Classes
    Debuggee
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val javaRuntime: Option[JavaRuntime]
    Definition Classes
    TestSuiteDebugAdapter → Debuggee
  16. def libraries: Seq[Library]
    Definition Classes
    TestSuiteDebugAdapter → Debuggee
  17. def managedEntries: Seq[ManagedEntry]
    Definition Classes
    Debuggee
  18. def modules: Seq[Module]
    Definition Classes
    TestSuiteDebugAdapter → Debuggee
  19. def name: String
    Definition Classes
    TestSuiteDebugAdapter → Debuggee
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def newClassLoader(parent: Option[ClassLoader]): ClassLoader
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. def observeClassUpdates(onClassUpdate: (Seq[String]) => Unit): Closeable
    Definition Classes
    MetalsDebuggee → Debuggee
  25. def run(listener: DebuggeeListener): ch.epfl.scala.debugadapter.CancelableFuture[Unit]
    Definition Classes
    TestSuiteDebugAdapter → Debuggee
  26. val scalaVersion: ScalaVersion
    Definition Classes
    MetalsDebuggee → Debuggee
  27. def scalaVersionOpt: Option[String]
    Attributes
    protected
    Definition Classes
    TestSuiteDebugAdapterMetalsDebuggee
  28. def suites(frameworks: Seq[Framework]): Map[Framework, List[TaskDef]]
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def unmanagedEntries: Seq[UnmanagedEntry]
    Definition Classes
    TestSuiteDebugAdapter → Debuggee
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from MetalsDebuggee

Inherited from Debuggee

Inherited from AnyRef

Inherited from Any

Ungrouped