package test
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- abstract class BaseStructureTest extends AsyncFunSuite with OutlineTest[List[DocumentSymbol]]
- case class DocumentSymbolNode(name: String, kind: Int, deprecated: Boolean, range: DocumentSymbolRange, selectionRange: DocumentSymbolRange, children: Seq[DocumentSymbolNode]) extends Product with Serializable
- case class DocumentSymbolPosition(line: Int, character: Int) extends Product with Serializable
- case class DocumentSymbolRange(start: DocumentSymbolPosition, end: DocumentSymbolPosition) extends Product with Serializable
- trait OutlineTest[T] extends AsyncFunSuite with FileAssertionTest with AlsPlatformSecrets with MarkerFinderTest
Value Members
- object DocumentSymbolNode extends Serializable
- object DocumentSymbolPosition extends Serializable
- object DocumentSymbolRange extends Serializable