Create overall control with AppControl,RANControl
[portal/ric-dashboard.git] / webapp-frontend / src / app / app-control / app-control.component.spec.ts
  */
 import { async, ComponentFixture, TestBed } from '@angular/core/testing';
 
-import { RANConnectionComponent } from './ran-connection.component';
+import { AppControlComponent } from './app-control.component';
 
-describe('RANConnectionComponent', () => {
-  let component: RANConnectionComponent;
-  let fixture: ComponentFixture<RANConnectionComponent>;
+describe('AppControlComponent', () => {
+  let component: AppControlComponent;
+  let fixture: ComponentFixture<AppControlComponent>;
 
   beforeEach(async(() => {
     TestBed.configureTestingModule({
-      declarations: [ RANConnectionComponent ]
+      declarations: [ AppControlComponent ]
     })
     .compileComponents();
   }));
 
   beforeEach(() => {
-    fixture = TestBed.createComponent(RANConnectionComponent);
+    fixture = TestBed.createComponent(AppControlComponent);
     component = fixture.componentInstance;
     fixture.detectChanges();
   });