- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 381 - 390 of about 10,000 for test (1.11 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: Mon Nov 03 06:14:41 UTC 2025 - Last Modified: Mon Nov 03 04:30:22 UTC 2025 - 73.8K 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 Nov 03 05:55:48 UTC 2025 - Last Modified: Mon Nov 03 04:30:22 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 Nov 03 05:57:28 UTC 2025 - Last Modified: Mon Nov 03 04:30:22 UTC 2025 - 59.9K bytes - Viewed (0) -
コマンドラインで ScalaTest を使って Scala をテストする | Scala Do...
FunSuite クラスの機能(例えば test 関数)が使えるようになります。 test は FunSuite から来た関数...ファイルに書かれたプロジェクトができます。. そのディレクトリに cd して、 sbt test を実行します。 これは CubeCalculator.cube...docs.scala-lang.org/ja/getting-started/sbt-track/testing-scala-with-sbt-on-the-command-line.htmlRegistered: Mon Nov 03 07:20:56 UTC 2025 - Last Modified: Mon Nov 03 04:30:22 UTC 2025 - 30.4K 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 Nov 03 05:56:47 UTC 2025 - Last Modified: Mon Nov 03 04:30:22 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 Nov 03 05:46:40 UTC 2025 - Last Modified: Mon Nov 03 04:30:22 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: Mon Nov 03 05:48:28 UTC 2025 - Last Modified: Mon Nov 03 04:30:22 UTC 2025 - 55.3K bytes - Viewed (0) -
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.htmlRegistered: Mon Nov 03 05:37:44 UTC 2025 - Last Modified: Mon Nov 03 04:30:22 UTC 2025 - 39.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: Mon Nov 03 05:48:34 UTC 2025 - Last Modified: Mon Nov 03 04:30:22 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: Mon Nov 03 07:46:36 UTC 2025 - Last Modified: Sat Sep 13 14:53:02 UTC 2025 - 29.7K bytes - Viewed (0)