Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 81 - 90 of 395 for test (0.05 sec)

  1. Extractor Macros | Macros | Scala Documentation

    as demonstrated in the tests): def unapply(x: SomeType) =...as outlined above. Follow our test cases at run/t5903a , run/t5903b...
    docs.scala-lang.org/overviews/macros/extractors.html
    Registered: Fri May 31 03:14:14 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 42.5K bytes
    - Viewed (0)
  2. Scala 3 Macros | Macros in Scala 3 | Scala Docu...

    inline def test ( inline ignore : Boolean ,...side effects. The macro call test(false, EXPRESSION) will generate...
    docs.scala-lang.org/scala3/guides/macros/macros.html
    Registered: Fri May 31 03:18:41 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 76.3K bytes
    - Viewed (0)
  3. Hygiene | Quasiquotes | Scala Documentation

    // ---- Test.scala ---- package example object Test extends App...expansion, Test.scala will look like: // Expanded Test.scala package...
    docs.scala-lang.org/overviews/quasiquotes/hygiene.html
    Registered: Fri May 31 03:12:43 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 45.9K bytes
    - Viewed (0)
  4. コマンドラインで 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 May 31 04:05:39 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 29.7K bytes
    - Viewed (20)
  5. Trait Iterable | Collections (Scala 2.8 - 2.12)...

    Comparison: xs sameElements ys A test whether xs and ys contain the...sets, apply is a membership test. For instance, Set('a', 'b',...
    docs.scala-lang.org/overviews/collections/trait-iterable.html
    Registered: Fri May 31 03:17:37 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 48.3K bytes
    - Viewed (0)
  6. Building a Scala Project with IntelliJ and sbt ...

    12 specific files) - test (unit tests) - target (generated files)...for compiling, running, and testing Scala projects of any size....
    docs.scala-lang.org/getting-started/intellij-track/building-a-scala-project-with-intellij-and-sbt...
    Registered: Fri May 31 02:54:52 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 31K bytes
    - Viewed (0)
  7. The Matchable Trait

    /new/test.scala -source future -- Warning: ../new/test.scala:4:12...a: Array[Int] => a(0) = 1 The test will succeed at runtime since...
    docs.scala-lang.org/scala3/reference/other-new-features/matchable.html
    Registered: Fri May 31 03:20:33 UTC 2024
    - Last Modified: Thu May 16 15:53:02 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  8. Using Scala Traits as Interfaces | Scala Book |...

    you can test the code like this: scala >...with sbt Writing BDD Style Tests with ScalaTest and sbt Functional...
    docs.scala-lang.org/overviews/scala-book/traits-interfaces.html
    Registered: Fri May 31 03:07:39 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  9. 패키지와 임포트 | Scala Documentation

    scala - test users 디렉토리가 scala 디렉토리 안에 위치하고...
    docs.scala-lang.org/ko/tour/packages-and-imports.html
    Registered: Fri May 31 03:44:38 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 77.3K bytes
    - Viewed (0)
  10. Packages and Imports | Tour of Scala | Scala Do...

    scala - test Notice how the users directory...to declare packages is by nesting them inside each other: Scala...
    docs.scala-lang.org/tour/packages-and-imports.html
    Registered: Fri May 31 02:52:56 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 42.5K bytes
    - Viewed (0)
Back to top