- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 50 for test (0.04 seconds)
-
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.htmlWed Apr 29 03:30:28 GMT 2026 69.2K bytes -
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.htmlWed Apr 29 03:30:28 GMT 2026 59.9K bytes -
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.htmlWed Apr 29 03:30:28 GMT 2026 69.6K bytes -
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.htmlWed Apr 29 03:30:28 GMT 2026 79.1K bytes -
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.htmlWed Apr 29 03:30:28 GMT 2026 39.9K bytes -
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.htmlWed Apr 29 03:30:28 GMT 2026 64.6K bytes -
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.htmlWed Apr 29 03:30:28 GMT 2026 54.8K bytes -
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.htmlWed Apr 29 03:30:28 GMT 2026 37.3K bytes -
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.htmlWed Apr 29 03:30:28 GMT 2026 60K bytes -
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