JUnit 5 VS Code Setup
1. Confirm the Project Shape
- Confirm the repo uses Maven or Gradle.
- Confirm the expected JDK version.
- Confirm test dependencies resolve successfully.
2. Configure the Workspace
- Open the repo root, not a detached subfolder.
- Ensure Java tooling and test execution extensions are active.
- Let the build tool remain the source of truth for classpath and runner behavior.
3. Validate
- Run one focused test class.
- Debug one test method.
- Confirm terminal execution matches IDE execution.