This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
sunshine-core-deps/src/main/java/io/github/tatools/testng/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* The package is used to hold the classes for unit testing of the sunshine core. | ||
* | ||
* @author Dmytro Serdiuk ([email protected]) | ||
* @version $Id$ | ||
* @since 0.2 | ||
*/ | ||
package io.github.tatools.testng; |
8 changes: 8 additions & 0 deletions
8
sunshine-core/src/main/java/io/github/tatools/sunshine/core/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* The core package of Sunshine. | ||
* | ||
* @author Dmytro Serdiuk ([email protected]) | ||
* @version $Id$ | ||
* @since 0.2 | ||
*/ | ||
package io.github.tatools.sunshine.core; |
8 changes: 8 additions & 0 deletions
8
...ne-junit4-integration-tests/src/main/java/io/github/tatools/junit4tests/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* The package is used to hold the classes for integration testing of the sunshine-junit4. | ||
* | ||
* @author Dmytro Serdiuk ([email protected]) | ||
* @version $Id$ | ||
* @since 0.2 | ||
*/ | ||
package io.github.tatools.junit4tests; |
8 changes: 8 additions & 0 deletions
8
sunshine-junit4/src/main/java/io/github/tatools/sunshine/junit4/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* The main package of the integration with JUnit4. | ||
* | ||
* @author Dmytro Serdiuk ([email protected]) | ||
* @version $Id$ | ||
* @since 0.2 | ||
*/ | ||
package io.github.tatools.sunshine.junit4; |
8 changes: 8 additions & 0 deletions
8
...ne-testng-integration-tests/src/main/java/io/github/tatools/testngtests/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* This package is used to hold the classes for integration testing of the sunshine-testng. | ||
* | ||
* @author Dmytro Serdiuk ([email protected]) | ||
* @version $Id$ | ||
* @since 0.2 | ||
*/ | ||
package io.github.tatools.testngtests; |
8 changes: 8 additions & 0 deletions
8
sunshine-testng/src/main/java/io/github/tatools/sunshine/testng/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* The main package of the integration with TestNG. | ||
* | ||
* @author Dmytro Serdiuk ([email protected]) | ||
* @version $Id$ | ||
* @since 0.2 | ||
*/ | ||
package io.github.tatools.sunshine.testng; |