source:
cprs/branches/HealthSevak-CPRS/BDK50/BDK32_P50/Source/UnitTestBroker.dpr@
1797
Last change on this file since 1797 was 1691, checked in by , 10 years ago | |
---|---|
File size: 217 bytes |
Rev | Line | |
---|---|---|
[1691] | 1 | program UnitTestBroker; |
2 | ||
3 | uses | |
4 | Forms, | |
5 | TestFramework, | |
6 | GuiTestRunner, | |
7 | uUnitTestBroker in 'uUnitTestBroker.pas'; | |
8 | ||
9 | {$R *.RES} | |
10 | ||
11 | begin | |
12 | Application.Initialize; | |
13 | GuiTestRunner.RunRegisteredTests; | |
14 | end. |
Note:
See TracBrowser
for help on using the repository browser.