Package

org.ensime

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. trait EnsimeSpec extends FlatSpec with Matchers with Inside with Retries with Eventually with TryValues with Inspectors with TypeCheckedTripleEquals

    Permalink

    Boilerplate remover and preferred testing style in ENSIME.

Value Members

  1. object Debugger extends Tag

    Permalink

    Indicates a test that requires launching a JVM under debug mode.

    Indicates a test that requires launching a JVM under debug mode.

    These are typically very unstable on Windows.

  2. object EscapingStringInterpolation

    Permalink

    String interpolation that automatically escapes known "bad" types (such as File on Windows) and *ONLY* for use in ENSIME tests when asserting on wire formats.

    String interpolation that automatically escapes known "bad" types (such as File on Windows) and *ONLY* for use in ENSIME tests when asserting on wire formats.

    Import this to hijack the default string interpolator, muahahaha! Also, don't be evil.

Ungrouped