Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

Results 311 - 320 of over 10,000 for test (0.12 seconds)

  1. 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
    Thu Feb 05 16:30:25 GMT 2026
      59.9K bytes
  2. 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
    Fri Feb 06 04:30:27 GMT 2026
      73.8K bytes
  3. 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
    Thu Feb 05 16:30:25 GMT 2026
      79.1K bytes
  4. 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
    Thu Feb 05 16:30:25 GMT 2026
      69.6K bytes
  5. 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.html
    Thu Feb 05 16:30:25 GMT 2026
      39.9K bytes
  6. Handling JSON with uPickle | 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/json-intro.html
    Fri Feb 06 04:30:27 GMT 2026
      55.3K bytes
  7. Working with files and processes with OS-Lib | ...

    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-intro.html
    Fri Feb 06 04:30:27 GMT 2026
      55.4K bytes
  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
    Fri Feb 06 04:30:27 GMT 2026
      456.6K bytes
  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
    Thu Feb 05 16:30:25 GMT 2026
      64.6K bytes
  10. 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
    Fri Feb 06 04:30:27 GMT 2026
      55K bytes
Back to Top