From 09ba934872f7b84adc12a21055b3970f3b50d05f Mon Sep 17 00:00:00 2001 From: Indrijeet kumar Date: Tue, 21 Apr 2020 07:42:29 +0530 Subject: test cases in note component test cases in note component Issue-ID: PORTAL-813 Change-Id: I8964486da163a1bfc8a7eb8851e0c7eca3a079a8 Signed-off-by: Indrijeet Kumar --- .../app/pages/welcome-dashboard/note/note.component.spec.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ecomp-sdk/epsdk-app-os/ngappsrc/src/app/pages') 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); + // }) + }); -- cgit 1.2.3-korg