Skip to content

Commit

Permalink
platform TCK ug changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alwin-joseph committed Oct 30, 2020
1 parent 570a92a commit 699b947
Show file tree
Hide file tree
Showing 18 changed files with 203 additions and 204 deletions.
2 changes: 1 addition & 1 deletion user_guides/jakartaee/src/main/jbake/assets/_config.yml
@@ -1,7 +1,7 @@
remote_theme: jakartaee/jekyll-theme-jakarta-ee

title: [cts_javaee_v8_0]
description: [Eclipse Jakarta EE Platform, Compatibility Test Suite User's Guide for Technology Implementers, Release 8]
description: [Eclipse Jakarta EE Platform, Compatibility Test Suite User's Guide for Technology Implementers, Release 9]

# sidebar links url
links:
Expand Down
11 changes: 5 additions & 6 deletions user_guides/jakartaee/src/main/jbake/content/TCKpreface.adoc
Expand Up @@ -27,17 +27,16 @@ Enterprise Edition should be considered references to Jakarta EE.
Please see the Title page for additional license information.
========================================================================

This book introduces the Compatibility Test Suite (CTS) for the Jakarta
Platform, Enterprise Edition 9 (Jakarta EE 9) and Jakarta Platform, Enterprise
Edition 9 Web Profile (Jakarta EE 9 Web Profile), and explains how to
This book introduces the Test Compatibility Kit (TCK) for the Jakarta
Platform 9 full profile (Jakarta EE 9) and Jakarta Platform 9 Web Profile (Jakarta EE 9 Web Profile), and explains how to
configure and run the test suite. It also provides information for
troubleshooting problems you may encounter as you run the test suite.

The Jakarta Platform, Enterprise Edition 9 Compatibility Test Suite (Jakarta
EE 9 CTS) is a portable, configurable automated test suite for verifying
EE 9 platform TCK) is a portable, configurable automated test suite for verifying
the compatibility of an implementer's compliance with the Jakarta EE 9
Specification (hereafter referred to as the implementer's implementation, or VI).
The Jakarta EE 9 CTS uses the JavaTest harness version 5.0 to run the
The Jakarta EE 9 platform TCK uses the JavaTest harness version 5.0 to run the
test suite.


Expand Down Expand Up @@ -73,7 +72,7 @@ programming language, the Jakarta Platform, Enterprise Edition 9 (Jakarta EE
The Jakarta Platform, Enterprise Edition 9 (Jakarta EE 9) Specification can be
downloaded from `https://projects.eclipse.org/projects/ee4j.jakartaee-platform`.

For documentation on the test harness used for running the Java EE 9 CTS
For documentation on the test harness used for running the Jakarta EE 9 platform TCK
test suite, see
`https://wiki.openjdk.java.net/display/CodeTools/Documentation`.

Expand Down
20 changes: 10 additions & 10 deletions user_guides/jakartaee/src/main/jbake/content/building.adoc
Expand Up @@ -22,7 +22,7 @@ to use Ant with the following targets to rebuild, list, and run tests:
* `build`
* `ld`, `lld`, `lc`, `llc`, `pd`, `pc`
Implementers can only run the version of the tests provided with the CTS
Implementers can only run the version of the tests provided with the TCK
for certification, except in the case of rebuildable tests.

This chapter includes the following topics:
Expand All @@ -39,12 +39,12 @@ This chapter includes the following topics:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Complete the following steps to set up your environment to build,
deploy, and run the CTS tests using Ant. The following example is for
deploy, and run the TCK tests using Ant. The following example is for
the Solaris platform:

1. Set the following environment variables in your shell environment to
use the build infrastructure that comes with the TCK:
* `TS_HOME` to the directory in which the Jakarta EE 9 CTS software is
* `TS_HOME` to the directory in which the Jakarta EE 9 TCK software is
installed.
* `TS_HOME/bin` to your `PATH` in your command shell.
* C Shell: +
Expand Down Expand Up @@ -79,7 +79,7 @@ build infrastructure
10.2 Building the Tests
~~~~~~~~~~~~~~~~~~~~~~~

To build the Jakarta EE 9 CTS tests using Ant, complete the following
To build the Jakarta EE 9 TCK tests using Ant, complete the following
steps:

1. To build a single test directory, type the following: +
Expand Down Expand Up @@ -118,7 +118,7 @@ ant pc
10.3 Running the Tests
~~~~~~~~~~~~~~~~~~~~~~

To run the Jakarta EE 9 CTS tests using Ant, use one of the following
To run the Jakarta EE 9 TCK tests using Ant, use one of the following
procedures.

[[GFAOW]][[to-run-a-single-test-directory]]
Expand Down Expand Up @@ -222,20 +222,20 @@ HelloHome.class
10.5 Debugging Service Tests
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The Jakarta EE 9 CTS service tests test the compatibility of the Jakarta
The Jakarta EE 9 TCK service tests test the compatibility of the Jakarta
Platform, Enterprise Edition Service APIs: Jakarta Mail, JDBC, Jakarta Messaging, Jakarta Transactions,
Jakarta XML Web Services, Jakarta Web Services Metadata, Jakarta Annotations. The test suite contains sets of
tests that the JavaTest harness, in conjunction with the Jakarta EE 9 CTS
tests that the JavaTest harness, in conjunction with the Jakarta EE 9 TCK
harness extensions, runs from different Jakarta Platform, Enterprise
Edition containers (Jakarta Enterprise Beans, Jakarta Server Pages, Jakarta Servlet, and application
client). The test suite wraps each of these tests inside generic
components, called vehicles. Each Jakarta EE 9 CTS service test has been
components, called vehicles. Each Jakarta EE 9 TCK service test has been
set up to run in a default set of vehicles. Each technology's
specification determines this set. When run as part of the certification
process, all service API tests must pass in their default vehicle set.

Refer to the `<TS_HOME>/src/vehicle.properties` file to for a list the
default vehicle sets for the Jakarta EE 9 CTS service API tests.
default vehicle sets for the Jakarta EE 9 TCK service API tests.

To help you debug service API tests, the test suite provides a mechanism
that allows for fine-grained control over which tests you can run in
Expand Down Expand Up @@ -278,7 +278,7 @@ Before you run the test or tests, you should temporarily rename the file
`<TS_HOME>/src/testsuite.jtd`.

Note that you must remove these properties before you run the Jakarta EE 9
CTS test suite for certification.
TCK test suite for certification.

[[GFARW]][[obtaining-additional-debugging-information]]

Expand Down

0 comments on commit 699b947

Please sign in to comment.