From: Indrijeet kumar Date: Tue, 21 Apr 2020 02:12:29 +0000 (+0530) Subject: test cases in note component X-Git-Tag: 3.3.0~120^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=09ba934872f7b84adc12a21055b3970f3b50d05f;p=portal%2Fsdk.git test cases in note component test cases in note component Issue-ID: PORTAL-813 Change-Id: I8964486da163a1bfc8a7eb8851e0c7eca3a079a8 Signed-off-by: Indrijeet Kumar --- diff --git a/ecomp-sdk/epsdk-app-os/ngappsrc/src/app/pages/welcome-dashboard/note/note.component.spec.ts b/ecomp-sdk/epsdk-app-os/ngappsrc/src/app/pages/welcome-dashboard/note/note.component.spec.ts index 953906df..c06fe51f 100644 --- a/ecomp-sdk/epsdk-app-os/ngappsrc/src/app/pages/welcome-dashboard/note/note.component.spec.ts +++ b/ecomp-sdk/epsdk-app-os/ngappsrc/src/app/pages/welcome-dashboard/note/note.component.spec.ts @@ -60,4 +60,17 @@ describe('NoteComponent', () => { it('should create', () => { expect(component).toBeTruthy(); }); + + it('should test onDismiss method',()=>{ + component.onDismiss("onDismiss"); + }) + + it('should test onFocusOut method',()=>{ + component.onFocusOut("onFocusOut"); + }) + + //it('should test record method',()=>{ + //component.record(4); + // }) + });