-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
312 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,30 @@ | ||
<testExecutions version="1"> | ||
<file path="src/app/seguros/seguros.component.spec.ts"> | ||
<testCase name="ProveedorDetalleComponent should create" duration="2"/> | ||
</file> | ||
<file path="src/app/app.component.spec.ts"> | ||
<testCase name="AppComponent should have as title 'museums-front'" duration="116"/> | ||
<testCase name="AppComponent should create the app" duration="13"/> | ||
<testCase name="AppComponent should render title" duration="29"/> | ||
<testCase name="AppComponent should render title" duration="58"/> | ||
<testCase name="AppComponent should have as title 'museums-front'" duration="8"/> | ||
<testCase name="AppComponent should create the app" duration="5"/> | ||
</file> | ||
<file path="src/app/proveedor-detalle/proveedor-detalle.component.spec.ts"> | ||
<file path="src/app/seguros/seguros.component.spec.ts"> | ||
<testCase name="ProveedorDetalleComponent should create" duration="1"/> | ||
<testCase name="ProveedorDetalleComponent should create" duration="1"/> | ||
<testCase name="ProveedorDetalleComponent should create" duration="1"/> | ||
<testCase name="ProveedorDetalleComponent should create" duration="1"/> | ||
<testCase name="ProveedorDetalleComponent should create" duration="1"/> | ||
<testCase name="ProveedorDetalleComponent should create" duration="1"/> | ||
<testCase name="ProveedorDetalleComponent should create" duration="1"/> | ||
<testCase name="ProveedorDetalleComponent should create" duration="1"/> | ||
<testCase name="ProveedorDetalleComponent should create" duration="1"/> | ||
<testCase name="ProveedorDetalleComponent should create" duration="1"/> | ||
<testCase name="ProveedorDetalleComponent should create" duration="1"/> | ||
<testCase name="ProveedorDetalleComponent should create" duration="1"/> | ||
<testCase name="ProveedorDetalleComponent should create" duration="1"/> | ||
<testCase name="ProveedorDetalleComponent should create" duration="1"/> | ||
<testCase name="ProveedorDetalleComponent should create" duration="1"/> | ||
<testCase name="ProveedorDetalleComponent should create" duration="1"/> | ||
<testCase name="ProveedorDetalleComponent should create" duration="1"/> | ||
<testCase name="ProveedorDetalleComponent should create" duration="1"/> | ||
</file> | ||
</testExecutions> |
16 changes: 16 additions & 0 deletions
16
src/app/components/caracteristicas-lista/caracteristicas-lista.component.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import {TestBed } from '@angular/core/testing'; | ||
import { HttpClientTestingModule } from '@angular/common/http/testing'; | ||
import { CaracteristicasListaComponent } from './caracteristicas-lista.component'; | ||
|
||
describe('ProveedorDetalleComponent', () => { | ||
beforeEach(() => { | ||
TestBed.configureTestingModule({ | ||
imports: [HttpClientTestingModule] | ||
}); | ||
}); | ||
|
||
it('should create', () => { | ||
expect(CaracteristicasListaComponent).toBeTruthy(); | ||
}); | ||
|
||
}); |
16 changes: 16 additions & 0 deletions
16
src/app/components/clientes-lista/clientes-lista.component.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import {TestBed } from '@angular/core/testing'; | ||
import { HttpClientTestingModule } from '@angular/common/http/testing'; | ||
import { ClientesListaComponent } from './clientes-lista.component'; | ||
|
||
describe('ProveedorDetalleComponent', () => { | ||
beforeEach(() => { | ||
TestBed.configureTestingModule({ | ||
imports: [HttpClientTestingModule] | ||
}); | ||
}); | ||
|
||
it('should create', () => { | ||
expect(ClientesListaComponent).toBeTruthy(); | ||
}); | ||
|
||
}); |
16 changes: 16 additions & 0 deletions
16
src/app/components/condiciones-lista/condiciones-lista.component.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import {TestBed } from '@angular/core/testing'; | ||
import { HttpClientTestingModule } from '@angular/common/http/testing'; | ||
import { CondicionesListaComponent } from './condiciones-lista.component'; | ||
|
||
describe('ProveedorDetalleComponent', () => { | ||
beforeEach(() => { | ||
TestBed.configureTestingModule({ | ||
imports: [HttpClientTestingModule] | ||
}); | ||
}); | ||
|
||
it('should create', () => { | ||
expect(CondicionesListaComponent).toBeTruthy(); | ||
}); | ||
|
||
}); |
16 changes: 16 additions & 0 deletions
16
src/app/components/expedicion-card/expedicion-card.component.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import {TestBed } from '@angular/core/testing'; | ||
import { HttpClientTestingModule } from '@angular/common/http/testing'; | ||
import { ExpedicionCardComponent } from './expedicion-card.component'; | ||
|
||
describe('ProveedorDetalleComponent', () => { | ||
beforeEach(() => { | ||
TestBed.configureTestingModule({ | ||
imports: [HttpClientTestingModule] | ||
}); | ||
}); | ||
|
||
it('should create', () => { | ||
expect(ExpedicionCardComponent).toBeTruthy(); | ||
}); | ||
|
||
}); |
16 changes: 16 additions & 0 deletions
16
src/app/components/expedicion-galeria/expedicion-galeria.component.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import {TestBed } from '@angular/core/testing'; | ||
import { HttpClientTestingModule } from '@angular/common/http/testing'; | ||
import { ExpedicionGaleriaComponent } from './expedicion-galeria.component'; | ||
|
||
describe('ProveedorDetalleComponent', () => { | ||
beforeEach(() => { | ||
TestBed.configureTestingModule({ | ||
imports: [HttpClientTestingModule] | ||
}); | ||
}); | ||
|
||
it('should create', () => { | ||
expect(ExpedicionGaleriaComponent).toBeTruthy(); | ||
}); | ||
|
||
}); |
16 changes: 16 additions & 0 deletions
16
src/app/components/expedicion-lista/expedicion-lista.component.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import {TestBed } from '@angular/core/testing'; | ||
import { HttpClientTestingModule } from '@angular/common/http/testing'; | ||
import { ExpedicionListaComponent } from './expedicion-lista.component'; | ||
|
||
describe('ProveedorDetalleComponent', () => { | ||
beforeEach(() => { | ||
TestBed.configureTestingModule({ | ||
imports: [HttpClientTestingModule] | ||
}); | ||
}); | ||
|
||
it('should create', () => { | ||
expect(ExpedicionListaComponent).toBeTruthy(); | ||
}); | ||
|
||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import {TestBed } from '@angular/core/testing'; | ||
import { HttpClientTestingModule } from '@angular/common/http/testing'; | ||
import { FiltroComponent } from './filtro.component'; | ||
|
||
describe('ProveedorDetalleComponent', () => { | ||
beforeEach(() => { | ||
TestBed.configureTestingModule({ | ||
imports: [HttpClientTestingModule] | ||
}); | ||
}); | ||
|
||
it('should create', () => { | ||
expect(FiltroComponent).toBeTruthy(); | ||
}); | ||
|
||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import {TestBed } from '@angular/core/testing'; | ||
import { HttpClientTestingModule } from '@angular/common/http/testing'; | ||
import { MapaCardComponent } from './mapa-card.component'; | ||
|
||
describe('ProveedorDetalleComponent', () => { | ||
beforeEach(() => { | ||
TestBed.configureTestingModule({ | ||
imports: [HttpClientTestingModule] | ||
}); | ||
}); | ||
|
||
it('should create', () => { | ||
expect(MapaCardComponent).toBeTruthy(); | ||
}); | ||
|
||
}); |
16 changes: 16 additions & 0 deletions
16
src/app/components/proveedor-card/proveedor-card.component.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import {TestBed } from '@angular/core/testing'; | ||
import { HttpClientTestingModule } from '@angular/common/http/testing'; | ||
import { ProveedorCardComponent } from './proveedor-card.component'; | ||
|
||
describe('ProveedorDetalleComponent', () => { | ||
beforeEach(() => { | ||
TestBed.configureTestingModule({ | ||
imports: [HttpClientTestingModule] | ||
}); | ||
}); | ||
|
||
it('should create', () => { | ||
expect(ProveedorCardComponent).toBeTruthy(); | ||
}); | ||
|
||
}); |
16 changes: 16 additions & 0 deletions
16
src/app/components/seguro-card/seguro-card.component.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import {TestBed } from '@angular/core/testing'; | ||
import { HttpClientTestingModule } from '@angular/common/http/testing'; | ||
import { SeguroCardComponent } from './seguro-card.component'; | ||
|
||
describe('ProveedorDetalleComponent', () => { | ||
beforeEach(() => { | ||
TestBed.configureTestingModule({ | ||
imports: [HttpClientTestingModule] | ||
}); | ||
}); | ||
|
||
it('should create', () => { | ||
expect(SeguroCardComponent).toBeTruthy(); | ||
}); | ||
|
||
}); |
16 changes: 16 additions & 0 deletions
16
src/app/expedicion-detalle/expedicion-detalle.component.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import {TestBed } from '@angular/core/testing'; | ||
import { HttpClientTestingModule } from '@angular/common/http/testing'; | ||
import { ExpedicionDetalleComponent } from './expedicion-detalle.component'; | ||
|
||
describe('ProveedorDetalleComponent', () => { | ||
beforeEach(() => { | ||
TestBed.configureTestingModule({ | ||
imports: [HttpClientTestingModule] | ||
}); | ||
}); | ||
|
||
it('should create', () => { | ||
expect(ExpedicionDetalleComponent).toBeTruthy(); | ||
}); | ||
|
||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import {TestBed } from '@angular/core/testing'; | ||
import { HttpClientTestingModule } from '@angular/common/http/testing'; | ||
import { ExpedicionesComponent } from './expediciones.component'; | ||
|
||
describe('ProveedorDetalleComponent', () => { | ||
beforeEach(() => { | ||
TestBed.configureTestingModule({ | ||
imports: [HttpClientTestingModule] | ||
}); | ||
}); | ||
|
||
it('should create', () => { | ||
expect(ExpedicionesComponent).toBeTruthy(); | ||
}); | ||
|
||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import {TestBed } from '@angular/core/testing'; | ||
import { HttpClientTestingModule } from '@angular/common/http/testing'; | ||
import { HomeComponent } from './home.component'; | ||
|
||
describe('ProveedorDetalleComponent', () => { | ||
beforeEach(() => { | ||
TestBed.configureTestingModule({ | ||
imports: [HttpClientTestingModule] | ||
}); | ||
}); | ||
|
||
it('should create', () => { | ||
expect(HomeComponent).toBeTruthy(); | ||
}); | ||
|
||
}); |
16 changes: 16 additions & 0 deletions
16
src/app/itinerario-detalle/itinerario-detalle.component.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import {TestBed } from '@angular/core/testing'; | ||
import { HttpClientTestingModule } from '@angular/common/http/testing'; | ||
import { ItinerarioDetalleComponent } from './itinerario-detalle.component'; | ||
|
||
describe('ProveedorDetalleComponent', () => { | ||
beforeEach(() => { | ||
TestBed.configureTestingModule({ | ||
imports: [HttpClientTestingModule] | ||
}); | ||
}); | ||
|
||
it('should create', () => { | ||
expect(ItinerarioDetalleComponent).toBeTruthy(); | ||
}); | ||
|
||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import {TestBed } from '@angular/core/testing'; | ||
import { HttpClientTestingModule } from '@angular/common/http/testing'; | ||
import { ProveedoresComponent } from './proveedores.component'; | ||
|
||
describe('ProveedorDetalleComponent', () => { | ||
beforeEach(() => { | ||
TestBed.configureTestingModule({ | ||
imports: [HttpClientTestingModule] | ||
}); | ||
}); | ||
|
||
it('should create', () => { | ||
expect(ProveedoresComponent).toBeTruthy(); | ||
}); | ||
|
||
}); |
16 changes: 16 additions & 0 deletions
16
src/app/recomendacion-detalle/recomendacion-detalle.component.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import {TestBed } from '@angular/core/testing'; | ||
import { HttpClientTestingModule } from '@angular/common/http/testing'; | ||
import { RecomendacionDetalleComponent } from './recomendacion-detalle.component'; | ||
|
||
describe('ProveedorDetalleComponent', () => { | ||
beforeEach(() => { | ||
TestBed.configureTestingModule({ | ||
imports: [HttpClientTestingModule] | ||
}); | ||
}); | ||
|
||
it('should create', () => { | ||
expect(RecomendacionDetalleComponent).toBeTruthy(); | ||
}); | ||
|
||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import {TestBed } from '@angular/core/testing'; | ||
import { HttpClientTestingModule } from '@angular/common/http/testing'; | ||
import { SeguroDetalleComponent } from './seguro-detalle.component'; | ||
|
||
describe('ProveedorDetalleComponent', () => { | ||
beforeEach(() => { | ||
TestBed.configureTestingModule({ | ||
imports: [HttpClientTestingModule] | ||
}); | ||
}); | ||
|
||
it('should create', () => { | ||
expect(SeguroDetalleComponent).toBeTruthy(); | ||
}); | ||
|
||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import {TestBed } from '@angular/core/testing'; | ||
import { HttpClientTestingModule } from '@angular/common/http/testing'; | ||
import { SegurosComponent } from './seguros.component'; | ||
|
||
describe('ProveedorDetalleComponent', () => { | ||
beforeEach(() => { | ||
TestBed.configureTestingModule({ | ||
imports: [HttpClientTestingModule] | ||
}); | ||
}); | ||
|
||
it('should create', () => { | ||
expect(SegurosComponent).toBeTruthy(); | ||
}); | ||
|
||
}); |