1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<testExecutions version =" 1" >
3
3
<file path =" /Users/santosh/Documents/workspace/personal/node-boilerplate/tests/unit-tests/dummy.spec.ts" >
4
- <testCase name =" Dummy Test Cases Verify Jest is working" duration =" 4" />
5
- </file >
6
- <file path =" /Users/santosh/Documents/workspace/personal/node-boilerplate/tests/unit-tests/lib/logger.spec.ts" >
7
- <testCase name =" Logger Lib should create a new log directory if one doesn' t already exist" duration =" 5" />
4
+ <testCase name =" Dummy Test Cases Verify Jest is working" duration =" 2" />
8
5
</file >
9
6
<file path =" /Users/santosh/Documents/workspace/personal/node-boilerplate/tests/unit-tests/lib/crypto.spec.ts" >
10
- <testCase name =" Crypto Lib (Encryption/Decryption) Testing for text" duration =" 12 " />
11
- <testCase name =" Crypto Lib (Encryption/Decryption) Testing for array" duration =" 7 " />
7
+ <testCase name =" Crypto Lib (Encryption/Decryption) Testing for text" duration =" 5 " />
8
+ <testCase name =" Crypto Lib (Encryption/Decryption) Testing for array" duration =" 2 " />
12
9
<testCase name =" Crypto Lib (Encryption/Decryption) Testing for object" duration =" 2" />
13
10
</file >
14
- <file path =" /Users/santosh/Documents/workspace/personal/node-boilerplate/tests/unit-tests/components/SystemStatusController.spec.ts" >
15
- <testCase name =" System Status Controller test getError method" duration =" 2" />
16
- <testCase name =" System Status Controller test getSystemInfo method" duration =" 3" />
17
- <testCase name =" System Status Controller test getSystemInfo method with updated env variables" duration =" 3" />
18
- <testCase name =" System Status Controller test getSystemInfo method with exception" duration =" 0" />
19
- <testCase name =" System Status Controller test getServerTime method" duration =" 2" />
20
- <testCase name =" System Status Controller test getServerTime method with exception" duration =" 0" />
21
- <testCase name =" System Status Controller test getResourceUsage method" duration =" 0" />
22
- <testCase name =" System Status Controller test getResourceUsage method with exception" duration =" 0" />
23
- <testCase name =" System Status Controller test getProcessInfo method" duration =" 0" />
24
- <testCase name =" System Status Controller test getProcessInfo method with exception" duration =" 0" />
11
+ <file path =" /Users/santosh/Documents/workspace/personal/node-boilerplate/tests/unit-tests/lib/logger.spec.ts" >
12
+ <testCase name =" Logger Lib should create a new log directory if one doesn' t already exist" duration =" 8" />
25
13
</file >
26
14
<file path =" /Users/santosh/Documents/workspace/personal/node-boilerplate/tests/unit-tests/middleware/error-handler.spec.ts" >
27
- <testCase name =" ErrorHandler middleware with 0 status code" duration =" 3" />
28
- <testCase name =" ErrorHandler middleware with 200 status code" duration =" 0" />
15
+ <testCase name =" ErrorHandler middleware with 0 status code" duration =" 4" />
29
16
<testCase name =" ErrorHandler middleware with 200 status code" duration =" 0" />
17
+ <testCase name =" ErrorHandler middleware with 200 status code" duration =" 1" />
30
18
<testCase name =" ErrorHandler middleware with 200 status code and updated env variables" duration =" 1" />
31
19
</file >
32
20
<file path =" /Users/santosh/Documents/workspace/personal/node-boilerplate/tests/integration-tests/app.integration.spec.ts" >
33
- <testCase name =" status integration tests can get default route success" duration =" 17 " />
21
+ <testCase name =" status integration tests can get default route success" duration =" 16 " />
34
22
<testCase name =" status integration tests can get default web route success" duration =" 2" />
35
23
</file >
24
+ <file path =" /Users/santosh/Documents/workspace/personal/node-boilerplate/tests/unit-tests/components/SystemStatusController.spec.ts" >
25
+ <testCase name =" System Status Controller test getError method" duration =" 2" />
26
+ <testCase name =" System Status Controller test getSystemInfo method" duration =" 2" />
27
+ <testCase name =" System Status Controller test getSystemInfo method with updated env variables" duration =" 2" />
28
+ <testCase name =" System Status Controller test getSystemInfo method with exception" duration =" 0" />
29
+ <testCase name =" System Status Controller test getServerTime method" duration =" 1" />
30
+ <testCase name =" System Status Controller test getServerTime method with exception" duration =" 0" />
31
+ <testCase name =" System Status Controller test getResourceUsage method" duration =" 1" />
32
+ <testCase name =" System Status Controller test getResourceUsage method with exception" duration =" 0" />
33
+ <testCase name =" System Status Controller test getProcessInfo method" duration =" 0" />
34
+ <testCase name =" System Status Controller test getProcessInfo method with exception" duration =" 0" />
35
+ </file >
36
36
<file path =" /Users/santosh/Documents/workspace/personal/node-boilerplate/tests/integration-tests/status.integration.spec.ts" >
37
- <testCase name =" status integration tests can get server time" duration =" 15 " />
38
- <testCase name =" status integration tests can get server system info" duration =" 5 " />
37
+ <testCase name =" status integration tests can get server time" duration =" 14 " />
38
+ <testCase name =" status integration tests can get server system info" duration =" 4 " />
39
39
<testCase name =" status integration tests can get server system usage" duration =" 2" />
40
- <testCase name =" status integration tests can get server system process info" duration =" 1 " />
41
- <testCase name =" status integration tests should get the error" duration =" 3 " />
40
+ <testCase name =" status integration tests can get server system process info" duration =" 2 " />
41
+ <testCase name =" status integration tests should get the error" duration =" 4 " />
42
42
</file >
43
43
</testExecutions >
0 commit comments