Created
May 27, 2025 14:49
-
-
Save Ranieeery/39fbc04ad4a07940730e5e99e5bb517a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd "e:\Projects\folder\src\test\java" && Get-ChildItem -Recurse -Filter "*.java" | Select-String "@Test" | Measure-Object | Select-Object -ExpandProperty Count |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment