Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 31 - 40 of 395 for test (0.04 sec)

  1. The Scala REPL | Scala Book | Scala Documentation

    use as a “playground” area to test your Scala code. To start a...with sbt Writing BDD Style Tests with ScalaTest and sbt Functional...
    docs.scala-lang.org/overviews/scala-book/scala-repl.html
    Registered: Fri May 31 03:09:20 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 62.4K bytes
    - Viewed (0)
  2. SIP-56 - Proper Specification for Match Types |...

    baseType computations and subtype tests involving only fully-defined...the most obscure cases. Our tests, including the entire dotty...
    docs.scala-lang.org/sips/match-types-spec.html
    Registered: Fri May 31 04:09:41 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 88.1K bytes
    - Viewed (0)
  3. 使用 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 May 31 03:53:16 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 458.3K bytes
    - Viewed (0)
  4. Scala Contributors Forum | Contributing to Scal...

    testing, scaladoc generator, etc. Scala...2 Hacker's Guide Running the Test Suite Contribute to Scala 3...
    docs.scala-lang.org/contribute/scala-internals.html
    Registered: Fri May 31 03:06:31 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 42.9K 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 May 31 03:19:14 UTC 2024
    - Last Modified: Thu May 16 15:53:02 UTC 2024
    - 47.9K bytes
    - Viewed (0)
  6. 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 May 31 03:06:14 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 72.8K 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 May 31 02:45:42 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  8. Trait Iterable | Collections | Scala Documentation

    Element tests exists , forall , count which test collection...essential to give reproducible tests and to help in debugging. That’s...
    docs.scala-lang.org/overviews/collections-2.13/trait-iterable.html
    Registered: Fri May 31 03:11:28 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 74.6K bytes
    - Viewed (0)
  9. 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.html
    Registered: Fri May 31 02:54:44 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  10. How to modify JSON? | The Scala Toolkit | Scala...

    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/json-modify.html
    Registered: Fri May 31 03:04:47 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 53.2K bytes
    - Viewed (0)
Back to top