mirror of https://github.com/sbt/sbt.git
Migrate CacheSpec from ScalaTest AnyFlatSpec to verify.BasicTestSuite following the project's test framework standardization. Changes: - Convert class to object extending BasicTestSuite - Replace ScalaTest 'should/in' syntax with test() method - Replace fail() with assert(false, message) - Replace === with == - Use Scala 3 indentation-based syntax - Remove ScalaTest import, add verify.BasicTestSuite import All tests pass successfully. Fixes #8466 Generated-by: Cascade (AI pair programmer) |
||
|---|---|---|
| .. | ||
| main | ||
| test/scala | ||