Class Buildr::Scala::ScalaTest
In: lib/buildr/scala/tests.rb  (CVS)
Parent: Buildr::TestFramework::Java

ScalaTest framework, the default test framework for Scala tests.

Support the following options:

  • :properties — Hash of system properties available to the test case.
  • :environment — Hash of environment variables available to the test case.
  • :java_args — Arguments passed as is to the JVM.

Methods

dependencies   new   version  

Constants

VERSION = '1.3'

Attributes

group_excludes  [RW]  annotation-based group exclusion
group_includes  [RW]  annotation-based group inclusion

Public Class methods

[Validate]