gradle-test
Verified for current stable LTS
Gradle Test Command: Run Specific Test Class
Use for run specific test class with Gradle Test. Exact CLI syntax to run specific test class using Gradle Test.
When to use this: Use for run specific test class with Gradle Test.
Command Syntax
gradle test --tests <class_name> gradle test --tests <class_name> Command Breakdown
--tests- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to run specific test class using Gradle Test.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Gradle Test Command: Run All Tests
gradle test Gradle Test Command: Run Tests With Detailed Output gradle test -i Gradle Test Command: Run Tests Matching Pattern gradle test --tests "<pattern>" Gradle Test Command: Rerun Tests Even If Up To Date gradle test --rerun Cargo Check Command: Check All Tests cargo c --tests