Packages

t

org.mulesoft.als.common

BaseHoverTest

trait BaseHoverTest extends FileAssertionTest

Linear Supertypes
FileAssertionTest, AlsPlatformSecrets, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseHoverTest
  2. FileAssertionTest
  3. AlsPlatformSecrets
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 assertDifferences(actual: AsyncFile, golden: String): Future[Assertion]
    Attributes
    protected
    Definition Classes
    FileAssertionTest
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  7. def compareResults(goldenPath: String, hovers: Seq[PositionedHover]): Future[Assertion]
    Attributes
    protected
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. lazy val fs: FileSystem
    Attributes
    protected
    Definition Classes
    FileAssertionTest
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. val platform: Platform
    Definition Classes
    AlsPlatformSecrets
  18. val printRange: Boolean
    Attributes
    protected
  19. def renderHoverResult(hovers: Seq[PositionedHover]): String
    Attributes
    protected
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def tmp(name: String = ""): String

    Return random temporary file name for testing.

    Return random temporary file name for testing.

    Definition Classes
    FileAssertionTest
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def writeTemporaryFile(golden: String)(content: String): Future[AsyncFile]
    Attributes
    protected
    Definition Classes
    FileAssertionTest

Deprecated Value Members

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

Inherited from FileAssertionTest

Inherited from AlsPlatformSecrets

Inherited from AnyRef

Inherited from Any

Ungrouped