aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-13template-configuartion spec- fixed test casesArundathi Patil1-0/+10
5 of the test cases in template-configuration spec file failed as these tets cases were trying to access the component instance which was only declared but not defined. Fixed this issue. Issue-ID: APPC-1064 Change-Id: Iadbc3b7b66ed30089400e35cf5632a72f5a34991 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-13Mapping-editor service- added test caseArundathi Patil1-0/+6
Wrote test case to cover handleKetCompletion function in mapping-editor service. Issue-ID: APPC-1064 Change-Id: Iefb8e1d5dca1fedbcb6e50d9733ead46d6b5ee0e Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-10mapping-editor-service : added test caseArundathi Patil1-0/+5
wrote test case to test getKeysForValues() function Issue-ID: APPC-1064 Change-Id: I7055986e9722a9b3889601ce94c3da7dcc16b96e Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-09parameter-definition.service : added test caseArundathi Patil1-33/+56
wrote test case to cover processResponseKeys function Issue-ID: APPC-1064 Change-Id: Id8ba082a07ef046485aafae6b9be1f6f80db4ef9 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-09build-artifacts - added test caseArundathi Patil1-0/+9
wrote test case to test checkRefDataReqFields() funtion when action, device-protocol and scope values are set to blank. Issue-ID: APPC-1064 Change-Id: I405aca5092e631183e690bcd60b10439f1396568 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-09Template-configration-unsubscribed from observableArundathi Patil1-3/+8
Unsubscribed from subscription in template-configuration component. This will release any resources that the subscription holds when the component is destroyed. Issue-ID: APPC-1049 Change-Id: Icbf3575e034a693f7357782826690d079945faa7 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-08order-by.pipe : added test caseArundathi Patil1-1/+13
wrote test case to test order-by-pipe to return proper value when orderby parameter is not set. Issue-ID: APPC-1064 Change-Id: I4496e9a3371b540ce0da63ef254a4d9bc4214710 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-08table-filter pipe : added test caseArundathi Patil1-1/+14
wrote test case to test table-filter pipe to return proper value when no query parameter is passed Issue-ID: APPC-1064 Change-Id: I29826f3413fd8dfe7b86c6461f0d7a7a237520b4 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-07Utility service : added test caseArundathi Patil1-0/+10
Wrote test cases to cover checkNotNull function in utility service. Issue-ID: APPC-1064 Change-Id: Icb9dc8872634e8772349e1bbbb7f15f39d292aec Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-07build-artifacts component : added test caseArundathi Patil1-0/+9
wrote test case to test checkRefDataReqFields() function to notify error message when no valid template identifier is selected. Issue-ID: APPC-1064 Change-Id: I083abfd29aac325938116c5acc604e737a0d09ae Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-07LoginGuardService : added test caseArundathi Patil1-3/+8
wrote test case to test canActivate function to navigate user to login page if the user is not logged in. Issue-ID: APPC-1064 Change-Id: Icc5a137474f69b8f9a8c2bc386ecc2b784f64ebb Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-07ReferenceDataForm : added test caseArundathi Patil1-0/+7
wrote unit test case to test openModel function of referenceDataForm component. Issue-ID: APPC-1064 Change-Id: I4dcd719876df1bd1ce4a30baa7131f081b9923b2 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-06dropdownnotclosablezone directive :added test caseArundathi Patil1-3/+12
wrote test case to cover contains function of the directive Issue-ID: APPC-1064 Change-Id: I510d121be6dff5c286a89db13bde5c9c46216e85 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-06dropdownopen directive : added test caseArundathi Patil1-0/+37
wrote test case to cover toggle function. Issue-ID: APPC-1064 Change-Id: Ia10c602e385bb087114b16e58fed03ddc51b8d31 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-06utility service : added test caseArundathi Patil1-2/+10
wrote test case to cover processApiSubscribe function on artifact upload Issue-ID: APPC-1064 Change-Id: I9e01f6c9e9a099a5fff44924ed4158efeb56d467 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-06Reference-dataform : Removed hardcoded valuesArundathi Patil2-29/+80
Moved few of the hardcoded values from reference-dataform component to app-constants file as variables Issue-ID: APPC-1054 Change-Id: Ib8afe569b7c669f50bf3eeec88deec27711c49a4 Signed-off-by: Arundathi patil <arundpil@in.ibm.com>
2018-08-06gcauth.guard.service - added test caseArundathi Patil1-2/+13
Added test case to cover canActivate method when referenceObject is not defined. Issue-ID: APPC-1064 Change-Id: I19d08cf1e0b6426e52d1db48be89ed8e76864560 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-03reference-data-form - added test caseArundathi Patil1-0/+12
added test case to cover fileChange() method in reference-data-form spec file. Issue-ID: APPC-1064 Change-Id: Id27e82a648e9bb578035bc90505e15b12a0c8654 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-03auth-guard-modal component : Removed fdescribeArundathi Patil1-1/+1
removed fdescribe from auth-gurad-modal spec file which was accidentally checkedin in the previos checkin Issue-ID: APPC-1064 Change-Id: I15856005e9ef7df13ec58e46287b6437d610917d Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-03gcauth-guard service - removed fdescribeArundathi Patil1-1/+1
Removed fdescribe from gcauth-guard spec file which was accidentally checkdin in the previous change. Issue-ID: APPC-1064 Change-Id: Iaefd0d3ed9d7909b0fb55b16a19070227ae6b86b Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-03parameter.component - fixed test caseArundathi Patil1-2/+2
fixed test case 'should retrive PD from cache' that was failing with the below error as it was expecting wrong value. Error: Expected [ ] to be 'TEST PD INFORMATION' In this test case, ngAfterViewInit() method is called which returns the PD data. This PD data is stored into variable called 'displayParamObjects' and then this variable is returned to the calling function. The value for 'displayParamObjects' is set in getPDFromSession() method which makes a async http call to get the PD data, so even before the results of the async call are returned, ngAfterViewInit() method returns the empty 'displayParamObject' variable. Hence changed the expected value to the actual value returned by ngAfterViewInit() method. We can write a seperate test case to test the async call made by getPDFromSession() method. Issue-ID: APPC-1064 Change-Id: I0b8f38b6e52dc7478a4ab510ca3ff10ff81ae0ca Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-03param-name-value - fixed test caseArundathi Patil1-1/+1
Test case in param-name-value was failing as it was expecting wrong value. Fixed this issue. Issue-ID: APPC-1064 Change-Id: Iaee9cb29b40ee2e2e39632cd91ef81c91d9e8c1c Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-03adding a new folder for design studio self serviceTaka Cho1-0/+38
Change-Id: Iff159e8cc2c9e9a181b7ad1db20183560e23b2df Issue-ID: APPC-1126 Signed-off-by: Taka Cho <tc012c@att.com>
2018-08-02Fixed error in param-name-value spec fileArundathi Patil1-1/+2
Test cases in param-name-value.component.spec file failed with below error, Error: No Provider for Utility service Fixed this error Issue-ID: APPC-1064 Change-Id: Ie0e63be45b1cdde0bd2169168c562452babd6aa5 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-02Added spec file for gcauth guard serviceArundathi Patil1-0/+62
Wrote test cases to cover gcauth guard service Issue-ID: APPC-1064 Change-Id: Iaa01bc22b1fdb52f0cecb7b6c20502c8f6f05a14 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-02added spec for auth-guard componentArundathi Patil1-0/+47
Wrote test case to cover auth-guard component Issue-ID: APPC-1064 Change-Id: Id9da15a608fd7954c380cffac4d94044ae4fe1f5 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-02Fixed error in test component spec fileArundathi Patil1-1/+3
Test cases in test component spec file failed with below error, Eroor: No provider for NgxSpinnerModule. Fixed this error Issue-ID: APPC-1064 Change-Id: I89db4044b3fbc62cae4656e93a6b4519fb5cd0aa Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-02Reference-dataform- test casesArundathi Patil1-0/+12
Wrote test case to cover upload function in refernce-dataform.component Issue-ID: APPC-1064 Change-Id: I44c62b944c14b9f66fc2117ad7d578b2388e973b Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-02Test cases - UtilityServiceArundathi Patil1-0/+10
Wrote test cases in uitilityService to cover processApiSubscribe function Issue-ID: APPC-1064 Change-Id: Id6852114581a761550f49fa59e749140d377f0fc Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-02Test Case - Paramete-definitions.serviceArundathi Patil1-3/+12
Wrote test case to cover setValues method pf parameter-definitions service Issue-ID: APPC-1064 Change-Id: I5e43aba3c6af733cf20922036ef7ad09b86a7cdd Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-02Test cases - build-artifacts componentArundathi Patil1-0/+14
Wrote test cases to cover updateAccessUpdatePages method in build-artifacts component. Issue-ID: APPC-1064 Change-Id: If654c89d1daf1d9639aa172c08f3270b6337ba0e 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-02Test case- myVnfs componentArundathi Patil1-1/+6
Wrote test case to cover navigateToreference method of myVnfs component Issue-ID: APPC-1064 Change-Id: Ie6417fb2e975164c9d5226d7e270ec4f7dbbdb1a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-02userloginForm- Fixed test caseArundathi Patil1-5/+6
Test case in userlogin form was expecting wrong values because of which the test case failed. Changed the test case expecting values to proper values. Issue-ID: APPC-1064 Change-Id: I9b1aedc70a806b235c0b56d936370e8a1a62d2dd Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-01Fixed error in user-login-form spec fileArundathi Patil1-5/+14
Test cases in userLogin-form spec file failed with below error, Error: Cannot read property 'root' of undefined. This error was because, activated route was not injected into the testingbed. Fixed this error. Issue-ID: APPC-1064 Change-Id: Ib9978b73be744204e8dd64b97abbc0959a4e5839 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-08-01Removed unwanted codeArundathi Patil1-2/+3
Removed ngbModal from imports and constructor as it was not used. Issue-ID: APPC-1054 Change-Id: I92406941099384b1b17472d57c888041deb7e0a4 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-01Fixed error in template-configuration specArundathi Patil1-1/+2
Test cases in template-configuration spec file failed with the below error, Error: No provider for UtilityService. Fixed this error. Issue-ID: APPC-1064 Change-Id: Ibb580435a3f70024988434eba74b61be80423990 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-07-31refactored payload in uploadArtifact of referenceSandeep J1-11/+2
refactored payload in uploadArtifact method of reference dataform using createPayloadForSave method of utlity service Issue-ID: APPC-1100 Change-Id: I9f91725371da96e6d2384b2348e288ebc0af238d Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-07-31added progress spinner for spreadsheet uploadSandeep J3-8/+31
added progress spinner for spreadsheet upload in test.component,ts Issue-ID: APPC-1102 Change-Id: I9d030da990eae2e8efe5ae82cd1afd3c675aa286 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-07-30UtilityService: Removed hard coded valuesArundathi Patil2-22/+44
Moved the hard coded values from utility service file to app-contants file as variables. Issue-ID: APPC-1054 Change-Id: Iac62da47deeeb66402f413e90ee0ab50130ca185 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-07-30Fixed error in spec fileArundathi Patil1-1/+2
Test cases in parameter.component spec file failed with below error, Error: No provider for NGXSpinnerService Fixed this issue Issue-ID: APPC-1064 Change-Id: I51d8e79888e182fef11d0c99936953ed0eabd380 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-07-27refactored payload creation proces in retrieve APISandeep J1-13/+4
refactored payload creation in retrieveNameValueFromAppc method of param-name-value.component.ts by using the createPayloadForRetrieve method in utility.service.ts Issue-ID: APPC-1098 Change-Id: Ia5b4a7c259c9a27958b6df9c59869a79b03064ee Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-07-26Added spec file for loginGuardServiceArundathi Patil1-0/+60
Wrote test cases for loginGuardService Issue-ID: APPC-1064 Change-Id: I9b742c860aa6a523b1c858380e8a025a621f01fd Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-07-26added spec file for confirm.componentArundathi Patil1-0/+59
Wrote test cases for confirm modal component. Issue-ID: APPC-1064 Change-Id: I6cac13f52730c31cd98e14fc8874012224b938f9 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-07-26Fixed error in spec fileArundathi Patil1-2/+5
Test cases in myvnfs component spec file failed with the below error, Error: No provider for notification service Fixed this issue Issue-ID: APPC-1064 Change-Id: I39a451414e56b9db3eab7910c79d2d103b44380a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-07-26refactor payload creation in parameter.tsSandeep J1-9/+1
refactor payload creation in getPD parameter.ts using createPayloadForRetrieve method in utility.service.ts Issue-ID: APPC-1099 Change-Id: I976dfebfe60a123784853a7294125cf6075a653b Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-07-26Fixed test caseArundathi Patil1-1/+3
Test case was expecting wrong value from function in test.component. fixed this issue. Issue-ID: APPC-1064 Change-Id: I668778c0ae30f218204d652ed9efbd9bc0ace097 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-07-25Removed hard coded values in myVNFs componentArundathi Patil1-1/+2
removed error messages that were hard coded in myvnfs component. Used the variables from app-constants file for these errors. Issue-ID: APPC-1064 Change-Id: I5acffb29e18cd0b135ee4bf206c507db26b9765c Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-07-25wrote test case for mapping-editor serviceArundathi Patil1-1/+196
Wrote unit test cases for mapping-editor service. The covarage for this file is now 75.96% Issue-ID: APPC-1064 Change-Id: I4c413a076dd6194da9a19481c0fdc42f0ffe5789 Signed-off-by: Arundathi Patil<arundpil@in.ibm.com>