Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test %27 [xss] テスト

Results 371 - 380 of about 10,000 for test (0.28 sec)

  1. 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.html
    Registered: Fri Oct 24 05:10:01 UTC 2025
    - Last Modified: Fri Oct 24 03:30:22 UTC 2025
    - 79.1K bytes
    - Viewed (0)
  2. Experimental Definitions

    { /*@Test*/ def test1 = x // error @experimental /*@Test*/ def.../*@Test*/ def test1 = x /*@Test*/ def test2 = x } -experimental compiler...
    docs.scala-lang.org/scala3/reference/other-new-features/experimental-defs.html
    Registered: Fri Oct 24 06:56:32 UTC 2025
    - Last Modified: Sat Sep 13 14:53:02 UTC 2025
    - 49.7K bytes
    - Viewed (0)
  3. 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.html
    Registered: Fri Oct 24 05:10:43 UTC 2025
    - Last Modified: Fri Oct 24 03:30:22 UTC 2025
    - 59.9K bytes
    - Viewed (0)
  4. 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.html
    Registered: Fri Oct 24 05:33:42 UTC 2025
    - Last Modified: Fri Oct 24 03:30:22 UTC 2025
    - 73.8K bytes
    - Viewed (0)
  5. 使用 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.html
    Registered: Fri Oct 24 06:51:10 UTC 2025
    - Last Modified: Fri Oct 24 03:30:22 UTC 2025
    - 456.6K bytes
    - Viewed (0)
  6. コマンドラインで 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.html
    Registered: Fri Oct 24 07:04:01 UTC 2025
    - Last Modified: Fri Oct 24 03:30:22 UTC 2025
    - 30.4K bytes
    - Viewed (0)
  7. 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.html
    Registered: Fri Oct 24 05:09:24 UTC 2025
    - Last Modified: Fri Oct 24 03:30:22 UTC 2025
    - 64.6K bytes
    - Viewed (0)
  8. 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.html
    Registered: Fri Oct 24 05:09:46 UTC 2025
    - Last Modified: Fri Oct 24 03:30:22 UTC 2025
    - 69.6K bytes
    - Viewed (0)
  9. 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.html
    Registered: Fri Oct 24 05:36:36 UTC 2025
    - Last Modified: Fri Oct 24 03:30:22 UTC 2025
    - 55K bytes
    - Viewed (0)
  10. 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.html
    Registered: Fri Oct 24 05:35:24 UTC 2025
    - Last Modified: Fri Oct 24 03:30:22 UTC 2025
    - 55.3K bytes
    - Viewed (0)
Back to top