Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
android-src/java/org/testng/internal/ | 23-Nov-2023 | - | 25 | 6 | ||
ant/ | 23-Nov-2023 | - | 883 | 594 | ||
bin/ | 23-Nov-2023 | - | 38 | 23 | ||
doc/ | 23-Nov-2023 | - | 9,241 | 7,430 | ||
eclipse-projects/ | 23-Nov-2023 | - | 530 | 485 | ||
gradle/ | 23-Nov-2023 | - | 238 | 197 | ||
kobalt/ | 23-Nov-2023 | - | 66 | 49 | ||
lib-supplied/ | 23-Nov-2023 | - | ||||
maven/ | 23-Nov-2023 | - | 74 | 56 | ||
pictures/ | 23-Nov-2023 | - | 4 | 0 | ||
src/ | 23-Nov-2023 | - | 82,142 | 56,585 | ||
www/ | 23-Nov-2023 | - | 9 | 8 | ||
.classpath-linux | D | 23-Nov-2023 | 582 | 12 | 11 | |
.classpath-mac | D | 23-Nov-2023 | 582 | 12 | 11 | |
.mailmap | D | 23-Nov-2023 | 699 | 14 | 13 | |
.travis.yml | D | 23-Nov-2023 | 295 | 13 | 9 | |
ANNOUNCEMENT.txt | D | 23-Nov-2023 | 4.3 KiB | 111 | 65 | |
Android.bp | D | 23-Nov-2023 | 3.7 KiB | 108 | 99 | |
CHANGES.txt | D | 23-Nov-2023 | 61.4 KiB | 1,260 | 1,042 | |
CHECKLIST | D | 23-Nov-2023 | 136 | 11 | 8 | |
CleanSpec.mk | D | 23-Nov-2023 | 2.5 KiB | 54 | 0 | |
FILES | D | 23-Nov-2023 | 192 | 12 | 11 | |
LICENSE.txt | D | 23-Nov-2023 | 11.1 KiB | 202 | 169 | |
METADATA | D | 23-Nov-2023 | 159 | 6 | 5 | |
MODULE_LICENSE_APACHE2 | D | 23-Nov-2023 | 0 | |||
NOTES | D | 23-Nov-2023 | 2.2 KiB | 39 | 27 | |
NOTICE | D | 23-Nov-2023 | 11.1 KiB | 202 | 169 | |
OWNERS | D | 23-Nov-2023 | 157 | 5 | 4 | |
README | D | 23-Nov-2023 | 470 | 13 | 8 | |
README-publish | D | 23-Nov-2023 | 672 | 10 | 7 | |
README.build | D | 23-Nov-2023 | 237 | 8 | 4 | |
README.dev | D | 23-Nov-2023 | 946 | 37 | 28 | |
README.md | D | 23-Nov-2023 | 1.5 KiB | 12 | 10 | |
README.version | D | 23-Nov-2023 | 129 | 5 | 4 | |
TODO.txt | D | 23-Nov-2023 | 7.2 KiB | 161 | 136 | |
appveyor.yml | D | 23-Nov-2023 | 489 | 25 | 19 | |
build-with-gradle | D | 23-Nov-2023 | 49 | 2 | 1 | |
build-with-maven | D | 23-Nov-2023 | 935 | 26 | 17 | |
build.gradle | D | 23-Nov-2023 | 4.6 KiB | 178 | 147 | |
bundle-pom.xml | D | 23-Nov-2023 | 2.1 KiB | 60 | 47 | |
deploy-to-maven | D | 23-Nov-2023 | 237 | 15 | 11 | |
generate-version-file | D | 23-Nov-2023 | 2 KiB | 60 | 29 | |
gradlew | D | 23-Nov-2023 | 5 KiB | 165 | 122 | |
gradlew.bat | D | 23-Nov-2023 | 2.3 KiB | 91 | 66 | |
kobaltw | D | 23-Nov-2023 | 81 | 3 | 1 | |
pom.xml | D | 23-Nov-2023 | 11.9 KiB | 420 | 348 | |
settings.gradle | D | 23-Nov-2023 | 28 | 2 | 1 | |
sitemap.xml | D | 23-Nov-2023 | 1.1 KiB | 65 | 44 | |
testng-1.0.dtd.html | D | 23-Nov-2023 | 232 | 9 | 6 | |
testng-1.0.dtd.php | D | 23-Nov-2023 | 1.6 KiB | 47 | 37 | |
travis.sh | D | 23-Nov-2023 | 281 | 11 | 9 | |
update-beust.com | D | 23-Nov-2023 | 712 | 27 | 13 | |
upload-beta | D | 23-Nov-2023 | 164 | 5 | 3 | |
verify-release | D | 23-Nov-2023 | 1.1 KiB | 46 | 35 |
README
1 [](https://travis-ci.org/cbeust/testng) 2 3 Welcome to TestNG 6.8beta 4 5 Please note that even though the .zip distribution contains the TestNG sources, 6 you will not be able to build the software with them because we decided 7 not to include the external jar files in order to keep the size down. 8 9 If you want to build TestNG, please sync to the GitHub repository at https://github.com/cbeust/testng. 10 11 -- 12 The TestNG team 13
README-publish
1 To publish: 2 3 - ./gradlew bintrayUpload will upload the release to JCenter. It will fail if the version is a SNAPSHOT 4 - ./gradlew uploadArchives will upload 5 - the snapshot to https://oss.sonatype.org/content/repositories/snapshots 6 - the release to https://oss.sonatype.org/service/local/staging/deploy/maven2 7 For a release, you then need to go to https://oss.sonatype.org/index.html#stagingRepositories to manually close and release the distribution. 8 9 Note that `./gradlew uploadArchives` is run by Travis after each new push to deploy the latest HEAD to the snapshot directory. As such, the version number of `build.gradle` in the git repo should always be -SNAPSHOT. 10
README.build
1 You need to install ivy in order to build. 2 3 You can either download it from the ivy site or more simply, 4 copy ivy-2.1.0.jar included in the root directory to ~/.ant/lib. 5 6 After this, "ant" will build the distribution and run the tests. 7 8
README.dev
1 New installation: 2 3 Install GPG at http://www.gpgtools.org/gpgmail/index.html 4 Generate new key with gpg --gen-key 5 build-with-maven 6 gpg --list-keys 7 Send the public key: 8 gpg --keyserver hkp://pool.sks-keyservers.net --send-keys <public_key> 9 or wwwkeys.at.pgp.net 10 11 12 instructions at https://docs.sonatype.org/display/Repository/How+To+Generate+PGP+Signatures+With+Maven 13 14 15 Configure ~/.m2/settings.xml with Nexus user/password: 16 17 <settings> 18 <servers> 19 <server> 20 <id>sonatype-nexus-snapshots</id> 21 <username>***</username> 22 <password>***</password> 23 </server> 24 <server> 25 <id>sonatype-nexus-staging</id> 26 <username>***</username> 27 <password>***</password> 28 </server> 29 </servers> 30 </settings> 31 32 Snaphot deploy: 33 mvn -Dgpg.passphrase= -Dgpg.keyname=<public_key> deploy 34 35 Staging deploy: 36 mvn -Dgpg.passphrase= -Dgpg.keyname=<public_key> release:clean release:prepare release:perform 37
README.md
1 [](https://travis-ci.org/cbeust/testng) 2 [](https://adopt-openjdk.ci.cloudbees.com/job/TestNG) 3 [](https://adopt-openjdk.ci.cloudbees.com/job/TestNG-Jigsaw) 4 [](https://ci.appveyor.com/project/cbeust/testng) 5 [](https://www.versioneye.com/user/projects/553a031c4e5d2e9408000059) 6 [](https://www.versioneye.com/java/org.testng:testng/references) 7 [](https://maven-badges.herokuapp.com/maven-central/org.testng/testng) 8 [](https://www.apache.org/licenses/LICENSE-2.0.html) 9 [](http://nemo.sonarqube.org/dashboard/index?id=org.testng:testng) 10 11 Documentation available at [TestNG's main web site](http://testng.org). 12