sbt/internal
E.G 0760f77881
[2.x] test: Migrate ProgressStateSpec.scala to verify.BasicTestSuite (#8549)
Migrate ProgressStateSpec.scala from ScalaTest's AnyFlatSpec with
BeforeAndAfterAll to verify.BasicTestSuite, following the pattern
established by other test files in the sbt codebase.

Changes:
- Replace AnyFlatSpec class with BasicTestSuite object
- Remove BeforeAndAfterAll trait and convert afterAll to try-finally
- Use scala.util.Using.resource for proper resource management
- Convert 'should ... in' syntax to 'test(...)' syntax
- Use Scala 3 syntax with colon indentation
- Change === to == for assertions
- Add 'end ProgressStateSpec' marker

Related to the ongoing test migration effort.

Co-authored-by: GlobalStar117 <GlobalStar117@users.noreply.github.com>
2026-01-15 14:04:38 -05:00
..
example-work/src/main/scala Worker 2025-06-30 02:44:36 -04:00
util-complete Add tailrec annotation 2026-01-11 16:33:45 +09:00
util-control Bump CI to JDK 21 2024-10-19 21:08:20 -07:00
util-core/src/main Merge branch '1.11.x' into wip/merge-1.11.x 2025-09-28 23:08:36 -04:00
util-interface/src/main/java/xsbti Support debug output for macros 2025-05-27 00:58:41 -04:00
util-logging [2.x] test: Migrate ProgressStateSpec.scala to verify.BasicTestSuite (#8549) 2026-01-15 14:04:38 -05:00
util-logic/src update .scalafmt.conf. enforce new scala 3 syntax 2025-01-02 11:25:34 +09:00
util-position/src [2.x] Show warnings when scalaVersion is missing 2025-12-27 23:49:43 -05:00
util-relation/src remove unnecessary `case` 2025-02-22 08:48:29 +09:00
util-scripted/src/main Fix #3746: Scripted should fail when no tests match the pattern 2026-01-09 13:57:58 -06:00