Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Add packages descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
extsoft committed Sep 27, 2017
1 parent 34892fc commit 25816ca
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 0 deletions.
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;
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;
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;
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;
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;
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;

0 comments on commit 25816ca

Please sign in to comment.