Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement to run scalatest test with ScalaRunner #51

Open
wants to merge 1 commit into
base: kepler-nightly-2.11
Choose a base branch
from

Commits on Jul 17, 2015

  1. enhancement to run scalatest test with ScalaRunner

    currently the scalatest launcher uses standard java vm runner
    to run or debug tests. It works fine with a java expression
    evaluator but with the Scala IDE 4.1.0 there is available the
    Scala Expression Evaluator which requires a Scala Debugger.
    This enhancement adds a new scala launcher. From now it is
    possible to choose appropriate launcher:
     - an old java one especially for java projects where tests are written
       with scalatest. Then debugging and evaluation can be done with a java
       evaluator
     - a new scala one for scala projects (can be used for java projects as
       well but is not documented).
    You can stop in breakpoint during a test execution and evaluate
    arbitrary expression.
    
    This PR must be taken with scala-ide PR #955
    
    Fix #1002447
    wpopielarski committed Jul 17, 2015
    Configuration menu
    Copy the full SHA
    5f18a67 View commit details
    Browse the repository at this point in the history