mirror of https://github.com/sbt/sbt.git
* test: Migrate TrackedSpec.scala to verify.BasicTestSuite Migrate TrackedSpec.scala from ScalaTest's AnyFlatSpec to verify.BasicTestSuite, following the pattern established by other test files in the sbt codebase. Changes: - Replace AnyFlatSpec class with BasicTestSuite object - Convert 'should ... in' syntax to 'test(...)' syntax - Use Scala 3 syntax with colon indentation - Change === to == for assertions (BasicTestSuite style) - Replace fail() with throw new AssertionError for explicit failures - Add 'end TrackedSpec' marker - Convert braces to colon-style for if expressions |
||
|---|---|---|
| .. | ||
| DatatypeConfig.scala | ||
| Dependencies.scala | ||
| Docs.scala | ||
| HouseRulesPlugin.scala | ||
| Mima.scala | ||
| NightlyPlugin.scala | ||
| PackageSignerPlugin.scala | ||
| PublishBinPlugin.scala | ||
| SbtLauncherPlugin.scala | ||
| SbtScriptedIT.scala | ||
| Scripted.scala | ||
| Transform.scala | ||
| Utils.scala | ||
| build.properties | ||
| flamegraph.png | ||
| plugins.sbt | ||