Automatic Test
Tests
noreferences

@@description
<p>Test can be automatically generated by compiling the Umple model with the test generator. This can be done using the following commandline 
	<li>java -jar umple.jar -generate Test  umpleModel.ump</li>
When compiled this way, Umple will generate a list of files with the extension <i>.umpt</i>  you can compile these abstract test files with the unit test generator targeting one of the platforms supported. This can be done using the following commandline tool: 
	<li>java -jar umple.unit-test.jar -generate testModel.umpt    -l JUnit</li>

Using the automatic test generator for the following example will generate the following files:
<li><b>testModel_ModelTest.umpt</b>  contains test logic for associations</li>
<li><b>AdvisorTest.umpt</b></li>
<li><b>StudentTest.umpt</b></li>
<li><b>CourseTest.umpt</b></li>
<li><b>OfficeTest.umpt</b></li>
</p>



@@example
@@source manualexamples/autotest1.ump
@@endexample


