summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management/csmf-slicing-business-management.component.spec.ts
blob: d2e85d2d8557f3bfce679e54308c27be7da23d07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
import { async, ComponentFixture, TestBed } from '@angular/core/testing';

import { CsmfSlicingBusinessManagementComponent } from './csmf-slicing-business-management.component';

describe('CsmfSlicingBusinessManagementComponent', () => {
  let component: CsmfSlicingBusinessManagementComponent;
  let fixture: ComponentFixture<CsmfSlicingBusinessManagementComponent>;

  beforeEach(async(() => {
    TestBed.configureTestingModule({
      declarations: [ CsmfSlicingBusinessManagementComponent ]
    })
    .compileComponents();
  }));

  beforeEach(() => {
    fixture = TestBed.createComponent(CsmfSlicingBusinessManagementComponent);
    component = fixture.componentInstance;
    fixture.detectChanges();
  });

  it('should create', () => {
    expect(component).toBeTruthy();
  });
});