Packages

package test

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class BaseStructureTest extends AsyncFunSuite with OutlineTest[List[DocumentSymbol]]
  2. case class DocumentSymbolNode(name: String, kind: Int, deprecated: Boolean, range: DocumentSymbolRange, selectionRange: DocumentSymbolRange, children: Seq[DocumentSymbolNode]) extends Product with Serializable
  3. case class DocumentSymbolPosition(line: Int, character: Int) extends Product with Serializable
  4. case class DocumentSymbolRange(start: DocumentSymbolPosition, end: DocumentSymbolPosition) extends Product with Serializable
  5. trait OutlineTest[T] extends AsyncFunSuite with FileAssertionTest with AlsPlatformSecrets with MarkerFinderTest

Value Members

  1. object DocumentSymbolNode extends Serializable
  2. object DocumentSymbolPosition extends Serializable
  3. object DocumentSymbolRange extends Serializable

Ungrouped