commands.sh

gradle test

all

Run tests using Gradle.

More info →

Options (1)

-i, --infoboolean

Run tests with detailed output

Example: gradle test {{[-i|--info]}}

Examples (5)

Run all tests

Run tests with detailed output

gradle test [-i|--info]

Run a specific test class

gradle test --tests class_name

Run tests matching a pattern

gradle test --tests "pattern"

Rerun tests even if up-to-date

gradle test --rerun
made by @shridhargupta | data from tldr-pages