Commit 471c4f0d authored by Dorchies David's avatar Dorchies David
Browse files

#31 Reconnexion des tests à Jasmine

Showing with 8 additions and 8 deletions
+8 -8
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Pour exécuter ce code dans le débugger. * Pour exécuter ce code dans le débugger.
* Faire de même avec le fichier test_func.ts * Faire de même avec le fichier test_func.ts
*/ */
import { describe, expect, it, xdescribe } from "../mock_jasmine"; // import { describe, expect, it, xdescribe } from "../mock_jasmine";
import { Structure, StructureFlowMode, StructureFlowRegime, StructureParams } from "../../src/structure/structure"; import { Structure, StructureFlowMode, StructureFlowRegime, StructureParams } from "../../src/structure/structure";
import { Result } from "../../src/util/result"; import { Result } from "../../src/util/result";
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Pour exécuter ce code dans le débugger. * Pour exécuter ce code dans le débugger.
* Faire de même avec le fichier rectangular_structure.ts * Faire de même avec le fichier rectangular_structure.ts
*/ */
import { describe, expect, it, xdescribe } from "../mock_jasmine"; // import { describe, expect, it, xdescribe } from "../mock_jasmine";
import { RectangularStructureParams } from "../../src/structure/rectangular_structure_params"; import { RectangularStructureParams } from "../../src/structure/rectangular_structure_params";
import { StructureFlowMode, StructureFlowRegime } from "../../src/structure/structure"; import { StructureFlowMode, StructureFlowRegime } from "../../src/structure/structure";
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Pour exécuter ce code dans le débugger. * Pour exécuter ce code dans le débugger.
* Faire de même avec le fichier rectangular_structure.ts * Faire de même avec le fichier rectangular_structure.ts
*/ */
import { describe, expect, it, xdescribe } from "../mock_jasmine"; // import { describe, expect, it, xdescribe } from "../mock_jasmine";
import { RectangularStructureParams } from "../../src/structure/rectangular_structure_params"; import { RectangularStructureParams } from "../../src/structure/rectangular_structure_params";
import { StructureFlowMode, StructureFlowRegime } from "../../src/structure/structure"; import { StructureFlowMode, StructureFlowRegime } from "../../src/structure/structure";
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Pour exécuter ce code dans le débugger. * Pour exécuter ce code dans le débugger.
* Faire de même avec le fichier rectangular_structure.ts * Faire de même avec le fichier rectangular_structure.ts
*/ */
import { describe, expect, it, xdescribe } from "../mock_jasmine"; // import { describe, expect, it, xdescribe } from "../mock_jasmine";
import { RectangularStructureParams } from "../../src/structure/rectangular_structure_params"; import { RectangularStructureParams } from "../../src/structure/rectangular_structure_params";
import { StructureFlowMode, StructureFlowRegime } from "../../src/structure/structure"; import { StructureFlowMode, StructureFlowRegime } from "../../src/structure/structure";
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Pour exécuter ce code dans le débugger. * Pour exécuter ce code dans le débugger.
* Faire de même avec le fichier rectangular_structure.ts * Faire de même avec le fichier rectangular_structure.ts
*/ */
import { describe, expect, it, xdescribe } from "../mock_jasmine"; // import { describe, expect, it, xdescribe } from "../mock_jasmine";
import { RectangularStructureParams } from "../../src/structure/rectangular_structure_params"; import { RectangularStructureParams } from "../../src/structure/rectangular_structure_params";
import { StructureFlowMode, StructureFlowRegime } from "../../src/structure/structure"; import { StructureFlowMode, StructureFlowRegime } from "../../src/structure/structure";
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Pour exécuter ce code dans le débugger. * Pour exécuter ce code dans le débugger.
* Faire de même avec le fichier rectangular_structure.ts * Faire de même avec le fichier rectangular_structure.ts
*/ */
import { describe, expect, it, xdescribe } from "../mock_jasmine"; // import { describe, expect, it, xdescribe } from "../mock_jasmine";
import { RectangularStructureParams } from "../../src/structure/rectangular_structure_params"; import { RectangularStructureParams } from "../../src/structure/rectangular_structure_params";
import { StructureFlowMode, StructureFlowRegime } from "../../src/structure/structure"; import { StructureFlowMode, StructureFlowRegime } from "../../src/structure/structure";
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Pour exécuter ce code dans le débugger. * Pour exécuter ce code dans le débugger.
* Faire de même avec le fichier rectangular_structure.ts * Faire de même avec le fichier rectangular_structure.ts
*/ */
import { describe, expect, it, xdescribe } from "../mock_jasmine"; // import { describe, expect, it, xdescribe } from "../mock_jasmine";
import { RectangularStructureParams } from "../../src/structure/rectangular_structure_params"; import { RectangularStructureParams } from "../../src/structure/rectangular_structure_params";
import { StructureFlowMode, StructureFlowRegime } from "../../src/structure/structure"; import { StructureFlowMode, StructureFlowRegime } from "../../src/structure/structure";
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* décommenter la ligne suivante (import { expect } from "./mock_jasmine") dans le cas d'une fonction * décommenter la ligne suivante (import { expect } from "./mock_jasmine") dans le cas d'une fonction
* qui utilise la fonction expect() de Jasmine mais qui doit être exécutée en dehors de tests Jasmine * qui utilise la fonction expect() de Jasmine mais qui doit être exécutée en dehors de tests Jasmine
*/ */
import { describe, expect, it, xdescribe } from "./mock_jasmine"; // import { describe, expect, it, xdescribe } from "./mock_jasmine";
import { cLog } from "../src/util/log"; import { cLog } from "../src/util/log";
import { Message, MessageCode } from "../src/util/message"; import { Message, MessageCode } from "../src/util/message";
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment