aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/about-us/aboutus.component.spec.ts
AgeCommit message (Collapse)AuthorFilesLines
2018-09-16aboutus.component: Added test caseArundathi Patil1-0/+14
Wrote test case to test tlPlus and tlMinus functions to call setTraceVl function of utility service based on the trace value stored in local storage. Issue-ID: APPC-1064 Change-Id: Ie93e48bb6ee6df35bbd175e15fda56060ac3c539 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-04aboutus.component.ts- added test casArundathi Patil1-0/+12
wrote test cases to test and cover the new methods tlplus() and tlMinus(). Issue-ID: APPC-1064 Change-Id: I8ceb987b622cad3a805a05a00496ac6dd307d53d Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-30aboutus.component.spec-Fix error due to codeChangeArundathi Patil1-1/+3
All the test cases in about.component.spec file failed with below error. Fixed this. Error:'No provider for utility service' Issue-ID: APPC-1064 Change-Id: I9d9e4937d91731eaf1245f861b5e9663c2453415 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-23aboutus.component.spec - fixed test caseArundathi Patil1-1/+1
Test case in aboutus.component spec file failed iwth below error. Fixed this. "Failed: Expected Response with status: null null for url:null to be 'some data'" Issue-ID: APPC-1064 Change-Id: If1b0dbbc68c69cbb62799b31ccb93b7ab06ee9ac Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-02abousUs Component : Fixed test caseArundathi Patil1-7/+17
Test case in aboutus component spec file failed with below error, Error: this.http.get is not a function Fixed this error Issue-ID: APPC-1064 Change-Id: I59426d9a96ab67a7fbef6c540be26b7204a7ee7f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-01fixed error in aboutUs component specArundathi Patil1-3/+7
Test cases in aboutus component spec file failed due to the changes made in ts file. Fixed these issues Issue-ID: APPC-1064 Change-Id: Ief9c517de5ecb57bac8787e064b2bec3f7c50f2c Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-04-03Corrected artifact name for multiple template idssj108s1-17/+4
Made changes in param name value component ts for setting correct artifact name while saving and retrieving artifacts, in case of multiple template ids. Issue-ID: APPC-812 Change-Id: I973f7b763f4c2204425fceb77cdae33944ba3c8d Signed-off-by: sj108s <sj108s@us.att.com>
2018-03-13Fixed defects in test screen & updated test casessj108s1-5/+51
Fixed few defects raised by ST in test screen and also updated test cases to improve coverage. Also,changed code to match onap standards, and rectfied grep code violations. Issue-ID: APPC-730 Change-Id: I0286c38eb4f76dc8c0253a4ccab721b3ccfeff9d Signed-off-by: sj108s <sj108s@us.att.com>
2018-03-01Initial seed code contribution for CDTSkip Wonnell1-0/+49
Issue-ID: APPC-682 Change-Id: I0331ffce2a430195c29d0d1b2295966f9eb28699 Signed-off-by: Skip Wonnell <skip@att.com>