Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 331 - 340 of about 10,000 for test (0.1 sec)

  1. Using ScalaTest with sbt | Scala Book | Scala D...

    the src/test/scala directory, like this: $ mkdir src/test/scala/simpletest...extends AnyFunSuite { // test 1 test ( "the name is set correctly...
    docs.scala-lang.org/overviews/scala-book/sbt-scalatest-tdd.html
    Registered: Mon Jan 26 03:59:17 UTC 2026
    - Last Modified: Sun Jan 25 16:30:28 UTC 2026
    - 66.8K bytes
    - Viewed (0)
  2. Mixing Scala 2.13 and Scala 3 Macros | Scala 3 ...

    the test can be: Scala 2 and 3 // example-test/src/test/scal...example - test ` = project . in ( file ( "example-test" )) . settings...
    docs.scala-lang.org/scala3/guides/migration/tutorial-macro-mixing.html
    Registered: Mon Jan 26 04:04:00 UTC 2026
    - Last Modified: Sun Jan 25 16:30:28 UTC 2026
    - 69.2K bytes
    - Viewed (0)
  3. TypeTest

    type test automatically if it detects that the type test is on...create a type test at call site where the type test can be performed...
    docs.scala-lang.org/scala3/reference/other-new-features/type-test.html
    Registered: Mon Jan 26 04:15:38 UTC 2026
    - Last Modified: Thu Jan 15 21:53:02 UTC 2026
    - 41.3K bytes
    - Viewed (0)
  4. Developing with asyncio — Python 3.14.2 documen...

    main (): test () asyncio . run ( main ()) Output: test . py : 7...RuntimeWarning : coroutine 'test' was never awaited test () Output in debug...
    docs.python.org/3/library/asyncio-dev.html
    Registered: Mon Jan 26 03:33:51 UTC 2026
    - Last Modified: Sun Jan 25 17:23:31 UTC 2026
    - 39.8K bytes
    - Viewed (0)
  5. 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: Mon Jan 26 04:03:40 UTC 2026
    - Last Modified: Sun Jan 25 16:30:28 UTC 2026
    - 79.1K 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: Mon Jan 26 05:19:49 UTC 2026
    - Last Modified: Mon Jan 26 04:30:27 UTC 2026
    - 30.4K bytes
    - Viewed (0)
  7. 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: Mon Jan 26 03:54:12 UTC 2026
    - Last Modified: Sun Jan 25 16:30:28 UTC 2026
    - 73.8K bytes
    - Viewed (0)
  8. 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: Mon Jan 26 04:17:03 UTC 2026
    - Last Modified: Thu Jan 15 21:53:02 UTC 2026
    - 51.8K bytes
    - Viewed (0)
  9. 使用 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: Mon Jan 26 04:26:39 UTC 2026
    - Last Modified: Sun Jan 25 16:30:28 UTC 2026
    - 456.6K bytes
    - Viewed (0)
  10. 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: Mon Jan 26 04:04:41 UTC 2026
    - Last Modified: Sun Jan 25 16:30:28 UTC 2026
    - 59.9K bytes
    - Viewed (0)
Back to top