sbt/internal/util-logging/src/test/scala
E.G 282719f796
[2.x] test: Migrate ManagedLoggerSpec.scala to verify.BasicTestSuite (#8548)
Migrate ManagedLoggerSpec.scala from ScalaTest's AnyFlatSpec + Matchers
to verify.BasicTestSuite, following the pattern established by other
test files in the sbt codebase.

Changes:
- Replace AnyFlatSpec class with BasicTestSuite object
- Remove ScalaTest Matchers dependency
- Convert 'should ... in' syntax to 'test(...)' syntax
- Use Scala 3 syntax with colon indentation
- Add explicit types for val definitions
- Convert for comprehension to for-do syntax
- Add 'end ManagedLoggerSpec' marker
2026-01-15 23:16:54 -05:00
..
sbt/internal/util [2.x] test: Migrate util-logging specs to verify.BasicTestSuite (#8550) 2026-01-15 14:21:00 -05:00
Escapes.scala update .scalafmt.conf. enforce new scala 3 syntax 2025-01-02 11:25:34 +09:00
LogWriterTest.scala Remove deprecated methods 2025-05-11 05:23:41 -04:00
ManagedLoggerSpec.scala [2.x] test: Migrate ManagedLoggerSpec.scala to verify.BasicTestSuite (#8548) 2026-01-15 23:16:54 -05:00
ProblemTest.scala Use SAM-conversion if possible (#8477) 2026-01-11 07:21:28 -05:00
TestLogger.scala update .scalafmt.conf. enforce new scala 3 syntax 2025-01-02 11:25:34 +09:00