<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=windows-1251"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Max, you asked me to add some customization in unit tests.<br>
<br>
All customization variables hold in Customization class as filds.<br>
<br>
As you know we have scope of unit tests which run for each package.
This means each unit test runs so much times as the number of packages
we have.<br>
<br>
So we have option of changing view:<br>
<br>
1.1) detailed view - we see each test run (I painted here horisontal
lines to easier understanding.)<br>
<br>
I haven't idea how report which package was tested when we haven't
errors.<br>
But when we have - I say it in fail message.<br>
<img src="cid:part1.05010007.04060809@exadel.com" alt=""><br>
1.2) Compact view - each test as one.<br>
<img src="cid:part2.02050300.04010408@exadel.com" alt=""><br>
<br>
2) Statistics switch<br>
<img src="cid:part3.05010301.09060103@exadel.com" alt=""><br>
3) test packages with name pattern (use if do not want to test all 111
packages)<br>
4) stop testing after the first fail/error switch<br>
5) delays between each pack testing - use if you want make some actions
by hand, and before tearDown.<br>
<br>
This is all I've devised so far.<br>
<br>
Max, do you have any other requests, propositions?<br>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Best regards,

 Dmitry Geraskov              
 <a class="moz-txt-link-abbreviated" href="mailto:dgeraskov@exadel.com">dgeraskov@exadel.com</a>
 Senior Developer
 Exadel Inc
</pre>
</body>
</html>