Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 371 - 380 of about 10,000 for test (0.16 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: Fri Nov 15 03:48:52 UTC 2024
    - Last Modified: Wed Nov 13 18:53:39 UTC 2024
    - 67.1K 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: Fri Nov 15 03:34:17 UTC 2024
    - Last Modified: Wed Nov 13 18:53:39 UTC 2024
    - 69.4K 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: Fri Nov 15 04:31:35 UTC 2024
    - Last Modified: Wed Aug 21 12:53:02 UTC 2024
    - 37.3K bytes
    - Viewed (0)
  4. Developing with asyncio — Python 3.13.0 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: Fri Nov 15 03:48:50 UTC 2024
    - Last Modified: Fri Nov 15 00:19:05 UTC 2024
    - 39.3K bytes
    - Viewed (0)
  5. 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 Nov 15 04:29:37 UTC 2024
    - Last Modified: Wed Aug 21 12:53:02 UTC 2024
    - 47.8K bytes
    - Viewed (0)
  6. 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 Nov 15 03:34:44 UTC 2024
    - Last Modified: Wed Nov 13 18:53:39 UTC 2024
    - 79.3K 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: Fri Nov 15 03:48:30 UTC 2024
    - Last Modified: Wed Nov 13 18:53:39 UTC 2024
    - 74.1K bytes
    - Viewed (0)
  8. 使用 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 Nov 15 04:50:28 UTC 2024
    - Last Modified: Wed Nov 13 18:53:39 UTC 2024
    - 456.8K bytes
    - Viewed (0)
  9. 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 Nov 15 03:34:30 UTC 2024
    - Last Modified: Wed Nov 13 18:53:39 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  10. コマンドラインで 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 Nov 15 04:06:40 UTC 2024
    - Last Modified: Wed Nov 13 18:53:39 UTC 2024
    - 30.7K bytes
    - Viewed (0)
Back to top