<?xml version="1.0" ?>

<testProject>
	<name>FoxUnit Example</name>
	<description>This is a sample project file for FoxUnit. It contains just one module but you can add additional modules as needed.</description>
	<common>
		// Code that should be run before every test in the project goes here.
	</common>
	<setup>
		// Code to be run once before the tests are started goes here.
	</setup>
	<teardown>
		// Code to be run once all tests have finished goes here.
	</teardown>
	<modules>
		<module>mymodule.xml</module>
	</modules>
</testProject>
