- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 381 - 390 of about 10,000 for test (0.24 sec)
-
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.htmlRegistered: Mon Jul 07 05:41:37 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 UTC 2025 - 79.1K 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: Mon Jul 07 07:18:22 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 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: Mon Jul 07 05:40:14 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 UTC 2025 - 64.6K 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: Mon Jul 07 05:39:41 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 UTC 2025 - 59.9K bytes - Viewed (0) -
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.htmlRegistered: Mon Jul 07 05:40:27 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 UTC 2025 - 69.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: Mon Jul 07 05:30:20 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 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: Mon Jul 07 05:20:56 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 399.9K 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: Mon Jul 07 05:30:33 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 UTC 2025 - 55.3K bytes - Viewed (0) -
The most used scala build tool (sbt) | Scala Bo...
/src/test ./src/test/java ./src/test/resources ./src/test/scala...|-- resources/ |-- scala/ |-- test / |-- java/ |-- resources/ |--...docs.scala-lang.org/overviews/scala-book/scala-build-tool-sbt.htmlRegistered: Mon Jul 07 05:36:32 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 UTC 2025 - 65.6K 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: Mon Jul 07 05:29:40 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 UTC 2025 - 59.1K bytes - Viewed (0)