[PORTAL-7] Rebase
[portal.git] / ecomp-portal-BE-common-test / README.md
1 # ECOMP Portal Web Application Back End for AT&T Internal Use
2
3 ## Overview
4
5 This is a Maven project with the ECOMP Portal web application back-end test files 
6 for internal use, containing test cases for  controllers, interceptors and other Java classes
7 for the AT&T version. This project uses the Maven war plugin to copy in ("overlay")
8 the contents of the ECOMP Portal web application back-end common distribution at
9 package time. 
10
11 Use Apache Maven to build.
12
13 For more information please visit:
14
15         https://wiki.web.att.com/display/EcompPortal/ECOMP+Portal+Home
16
17 ## Release Notes
18
19 This file tracks all changes to AT&T-specific versions, including back-end *and*
20 All of the release notes in the ecomp-portal-BE-common-test area apply.
21
22
23 -US874768 Created a new project to have common junit test cases which can be run from ecomp-portal-BE-att
24   -Created PopulateTestData.sql and RemoveTestData.sql to populate and rollback the test data
25   -Created Coomon configuration files ApplicationCommonContextTestSuite and MockitoTestSuite
26     which can be extended from respective test classes.
27   -Added Test cases for AppCatalogController  
28