Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 10 of 50 for test (0.04 seconds)

  1. 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
    Wed Apr 29 03:30:28 GMT 2026
      69.2K bytes
  2. 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
    Wed Apr 29 03:30:28 GMT 2026
      59.9K bytes
  3. 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
    Wed Apr 29 03:30:28 GMT 2026
      69.6K bytes
  4. 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
    Wed Apr 29 03:30:28 GMT 2026
      79.1K 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
    Wed Apr 29 03:30:28 GMT 2026
      39.9K bytes
  6. 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
    Wed Apr 29 03:30:28 GMT 2026
      64.6K bytes
  7. Introduction | The Scala Toolkit | Scala Docume...

    run tests? How to run a single test? How to test exceptions? How...binaries for instant startup Tests Testing code with MUnit. Files and...
    docs.scala-lang.org/toolkit/introduction.html
    Wed Apr 29 03:30:28 GMT 2026
      54.8K bytes
  8. JDK Compatibility | Scala Documentation

    sbt developers have primarily tested on JDK 8, 11, and 17, but 21...current LTS versions are normally tested in our CI matrix and by the...
    docs.scala-lang.org/overviews/jdk-compatibility/overview.html
    Wed Apr 29 03:30:28 GMT 2026
      37.3K bytes
  9. Snippet checking | Scaladoc | Scala Documentation

    add the +test modifier to a compile or fail..."-snippet-compiler:docs=compile+test" ) Then annotate expected errors...
    docs.scala-lang.org/scala3/guides/scaladoc/snippet-compiler.html
    Wed Apr 29 03:30:28 GMT 2026
      60K bytes
  10. Becoming a Scala OSS Contributor | Contributing...

    how the tests are written and run there. Write a test for your...Scala compiler team to build and test a corpus of Scala open source...
    docs.scala-lang.org/contribute/
    Wed Apr 29 03:30:28 GMT 2026
      59.1K bytes
Back to Top