-
Notifications
You must be signed in to change notification settings - Fork 148
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
Vincent Bourdon
committed
Mar 15, 2022
1 parent
2c357f1
commit dbfd914
Showing
4 changed files
with
14 additions
and
41 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
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
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
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,44 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<testExecutions version="1"> | ||
<file path="E:\PROJECTS\GITHUB\vscode-reveal\src\test\UnitTests\WebviewPane.jest.ts"> | ||
<testCase name="Set title of webviewpane" duration="7"/> | ||
<testCase name="Dispose should trigger onDidDispose" duration="12"/> | ||
<testCase name="Update should trigger onDidUpdate" duration="3"/> | ||
<file path="C:\DATA\GITHUB\vscode-reveal\src\test\UnitTests\WebviewPane.jest.ts"> | ||
<testCase name="Set title of webviewpane" duration="3"/> | ||
<testCase name="Dispose should trigger onDidDispose" duration="1"/> | ||
<testCase name="Update should trigger onDidUpdate" duration="1"/> | ||
</file> | ||
<file path="E:\PROJECTS\GITHUB\vscode-reveal\src\test\UnitTests\NotTestedYet.jest.ts"> | ||
<testCase name="NOTHING HERE" duration="6"/> | ||
<file path="C:\DATA\GITHUB\vscode-reveal\src\test\UnitTests\NotTestedYet.jest.ts"> | ||
<testCase name="NOTHING HERE" duration="2"/> | ||
</file> | ||
<file path="E:\PROJECTS\GITHUB\vscode-reveal\src\test\UnitTests\findTitle.jest.ts"> | ||
<testCase name="Should retrieve title from content" duration="13"/> | ||
</file> | ||
<file path="E:\PROJECTS\GITHUB\vscode-reveal\src\test\UnitTests\CompletionItemProvider.jest.ts"> | ||
<testCase name="Should createCompletionItems from configDesc" duration="30"/> | ||
</file> | ||
<file path="E:\PROJECTS\GITHUB\vscode-reveal\src\test\UnitTests\slideparser.jest.ts"> | ||
<testCase name="Parse Slide content" duration="7"/> | ||
<testCase name="Check slide 1" duration="3"/> | ||
<testCase name="Check slide 2" duration="2"/> | ||
<testCase name="Check slide 3.0" duration="3"/> | ||
<testCase name="Should count horizontal slides" duration="2"/> | ||
<testCase name="Should count vertical slides" duration="4"/> | ||
<testCase name="Slides should have correct number of lines" duration="14"/> | ||
<testCase name="Count line to slide 1" duration="2"/> | ||
<testCase name="Count line to slide 2" duration="2"/> | ||
<testCase name="Count line to slide 3" duration="2"/> | ||
<testCase name="Count line to slide 3.1" duration="2"/> | ||
<testCase name="Count line to slide 3.2" duration="2"/> | ||
<testCase name="Extract slide attributes" duration="2"/> | ||
</file> | ||
<file path="E:\PROJECTS\GITHUB\vscode-reveal\src\test\UnitTests\RevealServer.jest.ts"> | ||
<testCase name="Default state" duration="7"/> | ||
<testCase name="Start should return uri and trigger onDidStart" duration="32"/> | ||
<testCase name="Stop should trigger onDidStop only when server is listening" duration="2"/> | ||
<testCase name="Request root" duration="29"/> | ||
<testCase name="Request with export" duration="12"/> | ||
</file> | ||
<file path="E:\PROJECTS\GITHUB\vscode-reveal\src\test\UnitTests\MainController.jest.ts"> | ||
<testCase name="CurrentContext should be undefined when no editor is pass" duration="12"/> | ||
<testCase name="CurrentContext should be undefined when editor is not markdown" duration="13"/> | ||
<testCase name="CurrentContext should be create when editor is pass and that is markdown" duration="74"/> | ||
<file path="C:\DATA\GITHUB\vscode-reveal\src\test\UnitTests\MainController.jest.ts"> | ||
</file> | ||
</testExecutions> |