Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "HowToContribute" page has been changed by MichaelShuler: https://wiki.apache.org/cassandra/HowToContribute?action=diff&rev1=60&rev2=61 Setting up and running system tests: === Running the Unit Tests === - Simply run `ant` to run all unit tests. To run a specific test class, run `ant -Dtest.name=<ClassName>`. To run a specific test method, run `ant testsome -Dtest.name=<ClassName> -Dtest.methods=<comma-separated list of method names>`. + Simply run `ant test` to run all unit tests. To run a specific test class, run `ant -Dtest.name=<ClassName>`. To run a specific test method, run `ant testsome -Dtest.name=<ClassName> -Dtest.methods=<comma-separated list of method names>`. You can also run tests in parallel: `ant test -Dtest.runners=4`.
