- Sort Score
- Num 10 results
- Language All
- Labels All
Results 311 - 320 of over 10,000 for test (0.12 seconds)
-
Porting an sbt Project (by hand) | Scala 3 Migr...
example / Test / compile compiles the test sources. The compiler...behind is to be able to run the tests with Scala 2.13 after each fix...docs.scala-lang.org/scala3/guides/migration/tutorial-sbt.htmlThu Feb 05 16:30:25 GMT 2026 59.9K bytes -
Scala 2 Hacker's Guide | Contributing to Scala'...
LocalProject("test") ++= Seq(Tests.Argument("--show-log"), Tests.Argu...(ticket/6725)$ cat Test.scala object Test extends App { val a...docs.scala-lang.org/contribute/hacker-guide.htmlFri Feb 06 04:30:27 GMT 2026 73.8K bytes -
Porting an sbt Project (using sbt-scala3-migrat...
23" % Test , "com.softwaremill.scalamacrodebug"...ug" %% "macros" % "0.4.1" % Test ), addCompilerPlugin (( "org.typelevel"...docs.scala-lang.org/scala3/guides/migration/scala3-migrate.htmlThu Feb 05 16:30:25 GMT 2026 79.1K bytes -
Cross-Building a Macro Library | Scala 3 Migrat...
add a single test. Scala 2 and 3 // example/src/test/scala/loca...macro methods src/test/scala/*.scala : Common tests You are now ready...docs.scala-lang.org/scala3/guides/migration/tutorial-macro-cross-building.htmlThu Feb 05 16:30:25 GMT 2026 69.6K bytes -
Scala with Maven | Scala Documentation
and test ; main includes your application code, and test includes...Specs2 (the latter three are test frameworks; the archetype includes...docs.scala-lang.org/tutorials/scala-with-maven.htmlThu Feb 05 16:30:25 GMT 2026 39.9K bytes -
Handling JSON with uPickle | The Scala Toolkit ...
run tests? How to run a single test? How to test exceptions? How...Introduction Testing with MUnit How to write tests? How to run...docs.scala-lang.org/toolkit/json-intro.htmlFri Feb 06 04:30:27 GMT 2026 55.3K bytes -
Working with files and processes with OS-Lib | ...
run tests? How to run a single test? How to test exceptions? How...Introduction Testing with MUnit How to write tests? How to run...docs.scala-lang.org/toolkit/os-intro.htmlFri Feb 06 04:30:27 GMT 2026 55.4K bytes -
使用 sbt 构建和测试 Scala 项目 | Scala 3 — Book | Scala ...
/src/test ./src/test/scala ./target 如果你看到上面那样,那么没有问题,可以进行下一步了。...首先,在 src/test/scala 目录下创建一个名为 math 的目录: $ mkdir src/test/scala/math...docs.scala-lang.org/zh-cn/scala3/book/tools-sbt.htmlFri Feb 06 04:30:27 GMT 2026 456.6K bytes -
Syntactic Changes | Scala 3 Migration Guide | S...
is to write: -test("my test") -{ +test("my test") { assert(1 ==...Scala 3. Scala 2 Only test ( "my test" ) { // In Scala 3, Error:...docs.scala-lang.org/scala3/guides/migration/incompat-syntactic.htmlThu Feb 05 16:30:25 GMT 2026 64.6K bytes -
What else can OS-Lib do? | The Scala Toolkit | ...
run tests? How to run a single test? How to test exceptions? How...Introduction Testing with MUnit How to write tests? How to run...docs.scala-lang.org/toolkit/os-what-else.htmlFri Feb 06 04:30:27 GMT 2026 55K bytes