- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 381 - 390 of about 10,000 for test (0.2 sec)
-
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.htmlRegistered: Wed Apr 16 03:49:17 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 73.8K bytes - Viewed (0) -
使用 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.htmlRegistered: Wed Apr 16 04:03:18 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 456.6K bytes - Viewed (0) -
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.htmlRegistered: Wed Apr 16 03:21:34 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 64.6K bytes - Viewed (0) -
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.htmlRegistered: Wed Apr 16 03:24:31 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 55K bytes - Viewed (0) -
Sending HTTP requests with sttp | The Scala Too...
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/http-client-intro.htmlRegistered: Wed Apr 16 03:25:18 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 55K bytes - Viewed (0) -
unittest.mock — mock object library — Python 3....
integration tests as well as unit tests. Testing everything in...object) during the test and restored when the test ends: >>> from...docs.python.org/3/library/unittest.mock.htmlRegistered: Wed Apr 16 03:20:22 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 399.9K bytes - Viewed (0) -
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.htmlRegistered: Wed Apr 16 03:21:50 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 59.9K bytes - Viewed (0) -
How to write a file? | The Scala Toolkit | Scal...
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-write-file.htmlRegistered: Wed Apr 16 03:24:46 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 59.1K bytes - Viewed (0) -
TASTy Inspection
out Test.scala scala -with-compiler -classpath out Test Template...the foo/Bar.tasty file. object Test: def main(args: Array[String]):...docs.scala-lang.org/scala3/reference/metaprogramming/tasty-inspect.htmlRegistered: Wed Apr 16 04:15:00 UTC 2025 - Last Modified: Fri Mar 07 14:53:02 UTC 2025 - 28.2K bytes - Viewed (0) -
How to read a directory? | 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-read-directory.htmlRegistered: Wed Apr 16 03:25:38 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 59.6K bytes - Viewed (0)