|
Lines 3-9
Link Here
|
| 3 |
<html> |
3 |
<html> |
| 4 |
<!-- |
4 |
<!-- |
| 5 |
/********************************************************************** |
5 |
/********************************************************************** |
| 6 |
* Copyright (c) 2005, 2006 IBM Corporation. |
6 |
* Copyright (c) 2005, 2007 IBM Corporation. |
| 7 |
* All rights reserved. This content is made available under |
7 |
* All rights reserved. This content is made available under |
| 8 |
* the terms of the Eclipse Public License v1.0 |
8 |
* the terms of the Eclipse Public License v1.0 |
| 9 |
* which accompanies this distribution, and is available at |
9 |
* which accompanies this distribution, and is available at |
|
Lines 29-35
Link Here
|
| 29 |
automatable test execution service is offered and exposed through the TPTP |
29 |
automatable test execution service is offered and exposed through the TPTP |
| 30 |
automatable services framework that enables this functionality. |
30 |
automatable services framework that enables this functionality. |
| 31 |
JUnit, Manual, URL and other conformant test types |
31 |
JUnit, Manual, URL and other conformant test types |
| 32 |
are launchable from ant scripts using a set of pre-defined ant |
32 |
may be launched from ant scripts using a set of pre-defined ant |
| 33 |
tasks, from operating system specific shell scripts using the provided shell components and |
33 |
tasks, from operating system specific shell scripts using the provided shell components and |
| 34 |
from arbitrary Java programs using the provided lightweight Java components.</p> |
34 |
from arbitrary Java programs using the provided lightweight Java components.</p> |
| 35 |
|
35 |
|