-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
1 parent
df4aed1
commit cb9a895
Showing
3 changed files
with
35 additions
and
35 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,42 +1,42 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<testExecutions version="1"> | ||
<file path="/Users/santosh/Documents/workspace/github/node-boilerplate/tests/unit-tests/middleware/error-handler.spec.ts"> | ||
<testCase name="addErrorHandler should send encrypted error response" duration="8"/> | ||
<testCase name="addErrorHandler should call next if no error" duration="7"/> | ||
<testCase name="addErrorHandler should handle error without status" duration="4"/> | ||
</file> | ||
<file path="/Users/santosh/Documents/workspace/github/node-boilerplate/tests/unit-tests/utils/index.spec.ts"> | ||
<testCase name="getEncryptedText should return input if encryption is not enabled" duration="2"/> | ||
<testCase name="getEncryptedText should return input if secret key is not provided" duration="0"/> | ||
<testCase name="getEncryptedText should return encrypted input if encryption is enabled and secret key is provided" duration="0"/> | ||
<testCase name="getEncryptedText should return encrypted string if input is already a string" duration="1"/> | ||
</file> | ||
<file path="/Users/santosh/Documents/workspace/github/node-boilerplate/tests/unit-tests/lib/crypto.spec.ts"> | ||
<testCase name="Crypto Lib (Encryption/Decryption) Testing for text" duration="5"/> | ||
<testCase name="Crypto Lib (Encryption/Decryption) Testing for array" duration="2"/> | ||
<testCase name="Crypto Lib (Encryption/Decryption) Testing for object" duration="1"/> | ||
</file> | ||
<file path="/Users/santosh/Documents/workspace/github/node-boilerplate/tests/unit-tests/utils/index.spec.ts"> | ||
<testCase name="getEncryptedText should return input if encryption is not enabled" duration="2"/> | ||
<testCase name="getEncryptedText should return input if secret key is not provided" duration="1"/> | ||
<testCase name="getEncryptedText should return encrypted input if encryption is enabled and secret key is provided" duration="0"/> | ||
<testCase name="getEncryptedText should return encrypted string if input is already a string" duration="0"/> | ||
</file> | ||
<file path="/Users/santosh/Documents/workspace/github/node-boilerplate/tests/unit-tests/components/SystemStatusController.spec.ts"> | ||
<testCase name="System Status Controller test getError method" duration="2"/> | ||
<testCase name="System Status Controller test getSystemInfo method" duration="22"/> | ||
<testCase name="System Status Controller test getSystemInfo method with updated env variables" duration="2"/> | ||
<testCase name="System Status Controller test getSystemInfo method with exception" duration="0"/> | ||
<testCase name="System Status Controller test getSystemInfo method" duration="5"/> | ||
<testCase name="System Status Controller test getSystemInfo method with updated env variables" duration="4"/> | ||
<testCase name="System Status Controller test getSystemInfo method with exception" duration="1"/> | ||
<testCase name="System Status Controller test getServerTime method" duration="1"/> | ||
<testCase name="System Status Controller test getServerTime method with exception" duration="0"/> | ||
<testCase name="System Status Controller test getResourceUsage method" duration="1"/> | ||
<testCase name="System Status Controller test getResourceUsage method with exception" duration="0"/> | ||
<testCase name="System Status Controller test getProcessInfo method" duration="0"/> | ||
<testCase name="System Status Controller test getProcessInfo method with exception" duration="0"/> | ||
<testCase name="System Status Controller test getProcessInfo method with exception" duration="1"/> | ||
</file> | ||
<file path="/Users/santosh/Documents/workspace/github/node-boilerplate/tests/unit-tests/middleware/error-handler.spec.ts"> | ||
<testCase name="addErrorHandler should send encrypted error response" duration="3"/> | ||
<testCase name="addErrorHandler should call next if no error" duration="0"/> | ||
<testCase name="addErrorHandler should handle error without status" duration="0"/> | ||
</file> | ||
<file path="/Users/santosh/Documents/workspace/github/node-boilerplate/tests/integration-tests/app.integration.spec.ts"> | ||
<testCase name="status integration tests can get default route success" duration="14"/> | ||
<testCase name="status integration tests can get default route success" duration="16"/> | ||
<testCase name="status integration tests can get default web route success" duration="2"/> | ||
</file> | ||
<file path="/Users/santosh/Documents/workspace/github/node-boilerplate/tests/integration-tests/status.integration.spec.ts"> | ||
<testCase name="status integration tests can get server time" duration="15"/> | ||
<testCase name="status integration tests can get server time" duration="17"/> | ||
<testCase name="status integration tests can get server system info" duration="4"/> | ||
<testCase name="status integration tests can get server system usage" duration="2"/> | ||
<testCase name="status integration tests can get server system process info" duration="2"/> | ||
<testCase name="status integration tests should get the error" duration="6"/> | ||
<testCase name="status integration tests should get the error" duration="7"/> | ||
</file> | ||
</testExecutions> |