sbt/util-cache/src/test/scala
E.G f4bd7689a3
[2.x] test: Migrate FileInfoSpec.scala to verify.BasicTestSuite (#8544)
* test: Migrate FileInfoSpec.scala to verify.BasicTestSuite (#8542)

Migrate FileInfoSpec.scala from ScalaTest's AnyFlatSpec to
verify.BasicTestSuite, following the pattern established by other
test files in the util-cache module.

Changes:
- Replace AnyFlatSpec class with BasicTestSuite object
- Convert 'it should ... in' syntax to 'test(...)' syntax
- Use Scala 3 syntax with colon indentation
- Change === to == for assertions (BasicTestSuite style)
- Add explicit Unit return types for consistency
- Add 'end FileInfoSpec' marker

Fixes #8542
2026-01-15 22:19:30 -05:00
..
sbt/util [2.x] feat: Cache failed compilation to avoid repeated failures (#8490) 2026-01-12 16:03:05 -05:00
CacheSpec.scala test: Migrate CacheSpec to verify.BasicTestSuite (#8474) 2026-01-11 07:19:22 -05:00
FileInfoSpec.scala [2.x] test: Migrate FileInfoSpec.scala to verify.BasicTestSuite (#8544) 2026-01-15 22:19:30 -05:00
SingletonCacheSpec.scala [2.x] test: Migrate SingletonCacheSpec.scala to verify.BasicTestSuite (#8546) 2026-01-15 14:09:25 -05:00