Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tvd12 committed May 3, 2021
1 parent 3cd23cb commit be20605
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ This project support for:
- testing private, protected, package access and public method
- testing script performance

# Documentation

[https://youngmonkeys.org/project/test-util](https://youngmonkeys.org/project/test-utilities/)

# Code Example

**1. Test script performance**
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<packaging>jar</packaging>

<name>test-util</name>
<url>http://www.tvd12.com/java/projects/test-util</url>
<url>https://youngmonkeys.org/project/test-utilities/</url>
<description>
A project support for testing
</description>

<organization>
<name>Young Monkeys</name>
<url>https://www.tvd12.com</url>
<url>https://youngmonkeys.org</url>
</organization>

<properties>
Expand All @@ -40,7 +40,7 @@
<name>Ta Van Dung</name>
<email>itprono3@gmail.com</email>
<organization>Young Monkeys</organization>
<organizationUrl>https://www.tvd12.com</organizationUrl>
<organizationUrl>https://youngmonkeys.org</organizationUrl>
</developer>
</developers>

Expand Down

0 comments on commit be20605

Please sign in to comment.