package server

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. server
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AMFValidatorTest extends LanguageServerBaseTest with AlsPlatformSecrets
  2. trait AbstractTestClientNotifier[T] extends SyncFunction
  3. class CustomTextDocumentSync extends AlsTextDocumentSyncConsumer
  4. abstract class LanguageServerBaseTest extends AsyncFunSuite with AlsPlatformSecrets with Matchers with OptionValues with ChangesWorkspaceConfiguration
  5. class LanguageServerImplTest extends LanguageServerBaseTest
  6. implicit class LanguageServerImplicit extends AnyRef
  7. trait LoggerTestConfiguration extends AsyncFunSuite with BeforeAndAfterEach
  8. class MockAlsClientNotifier extends AlsClientNotifier[StringWriter] with AbstractTestClientNotifier[SerializationResult[StringWriter]] with TimeoutFuture
  9. class MockCompleteClientNotifier extends ClientNotifier with TimeoutFuture with SyncFunction
  10. class MockDiagnosticClientNotifier extends ClientNotifier with AbstractTestClientNotifier[PublishDiagnosticsParams] with TimeoutFuture
  11. class MockFilesInClientNotifier extends AlsClientNotifier[Any] with AbstractTestClientNotifier[FilesInProjectParams]
  12. class MockTelemetryClientNotifier extends ClientNotifier with AbstractTestClientNotifier[TelemetryMessage] with TimeoutFuture
  13. class MockTelemetryParsingClientNotifier extends MockTelemetryClientNotifier
  14. class RequestMapTest extends AsyncFlatSpec with Matchers with OptionValues
  15. trait ServerIndexGlobalDialectCommand extends LanguageServerBaseTest
  16. abstract class ServerWithMarkerTest[Out] extends LanguageServerBaseTest with BeforeAndAfterEach with MarkerFinderTest
  17. case class TestLogger() extends Logger with Product with Serializable
  18. trait TimeoutFuture extends AnyRef

Value Members

  1. object FailedLogs

    Tag flaky tests in order to ignore failed outcomes

  2. object Flaky extends Tag

    Tag flaky tests in order to ignore failed outcomes

  3. object TestLogger extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped