Search Results for: String instruments
._ class propertytestsuite extends funsuite { var properties = map[string, any]() test("testproperty") { assert(properties("name") === "value") } protected override def runtests(testname: option[string], reporter: reporter, stopper: stopper, includes: set[string], excludes: set[string], properties: map
[string, any]) { this.properties = properties; super.runtests(testname, reporter, stopper, includes, excludes, properties) } } specs specs is automatically selected whenever there are .scala source files under the src/spec/scala directory. it is also possible to force selection of the test framework...
https://buildr.apache.org/languages.html
._ class propertytestsuite extends funsuite { var properties = map[string, any]() test("testproperty") { assert(properties("name") === "value") } protected override def runtests(testname: option[string], reporter: reporter, stopper: stopper, includes: set[string], excludes: set[string], properties: map
[string, any]) { this.properties = properties; super.runtests(testname, reporter, stopper, includes, excludes, properties) } } specs specs is automatically selected whenever there are .scala source files under the src/spec/scala directory. it is also possible to force selection of the test framework...
http://buildr.apache.org/languages.html