ExEx: Experiments Executing

ExEx is tool for automatic executing of experiments originally developed by Jiří Majer. It can be used to run Java code and to gather measured results into a XML file.

To be able to be run by ExEx a Java class must fulfill the contract of cz.muni.fi.exex.Experiment interface.

The entire execution is driven by a XML configuration file which is taken as a parameter when executing ExEx from command line. There is also a plugin for Maven 1 but we are planning to end the development and start to develop the plugin for  Maven 2 soon.  Documentation for Maven 1 plugin in czech is available on our unofficial  czech wiki pages.

The ExEx XML Schema for configuration file is available and is still under development.