You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

A single test can be run by using the following command.

maven test:single -Dtestcase=[package].[classname]

For instance, to run the FixedConeClustererTest, use this command.

maven test:single -Dtestcase=org.lcsim.recon.cluster.fixedcone.FixedConeClustererTest
  • No labels