Skip to content

Merge pull request #86 from mdenet/85-common-utility-panels-should-be… #35

Merge pull request #86 from mdenet/85-common-utility-panels-should-be…

Merge pull request #86 from mdenet/85-common-utility-panels-should-be… #35

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Unit Test Results succeeded Sep 28, 2023 in 0s

Unit Test Results ✅

Tests passed successfully

✅ platform/reports/TESTS-Chrome_Headless_117.0.5938.132_(Linux_x86_64).xml

23 tests were completed in 44ms with 22 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
Chrome Headless 117.0.5938.132 (Linux x86_64) 22✅ 1⚪ 44ms

✅ Chrome Headless 117.0.5938.132 (Linux x86_64)

Chrome_Headless_117_0_5938_132_(Linux_x86_64).Utility
  ✅ Utility arrayEquals - arrays with matching values are the same
  ✅ Utility arrayEquals - arrays with the same values in differing order are not the same
  ✅ Utility parseConfigFile - an unknown file type returns null
  ✅ Utility parseConfigFile - a json file is parsed to an object
  ✅ Utility parseConfigFile - a yaml file is parsed to an object
  ✅ Utility parseConfigFile - a json file parsed as yaml to an object
  ✅ Utility arrayEquals - arrays with an any wildcard always match the corresponding element
  ✅ Utility arrayEquals - when allow any is not enabled, arrays with any wildcard do not match the corresponding element
  ✅ Utility arrayEquals - arrays with a wildcard and non matchng other element are not the same
Chrome_Headless_117_0_5938_132_(Linux_x86_64).ActionFunction
  ⚪ ActionFunction instance of a the return type returns the the corresponding id
  ✅ ActionFunction object creation - id
  ✅ ActionFunction instance of a parameter name returns the the corresponding id
Chrome_Headless_117_0_5938_132_(Linux_x86_64).FileHandler
  ✅ FileHandler getPrivateFileUpdateParams - returns null for an unknown file url
  ✅ FileHandler githubRawUrlTorequestUrl - returns a token server request url from a raw github file url
  ✅ FileHandler getPrivateFileUpdateParams - returns
  ✅ FileHandler getPrivateFileRequestUrl - returns null for an unknown file url
  ✅ FileHandler githubRawUrlToStoreRequest - returns an object with a token server requestParams member from a raw github file url
  ✅ FileHandler githubRawUrlToStoreRequest - returns an object with a token server request url member from a raw github file url
  ✅ FileHandler getPrivateFileRequestUrl - returns a token server request url from a raw github file url
Chrome_Headless_117_0_5938_132_(Linux_x86_64).FunctionRegistry
  ✅ FunctionRegistry a registered function can be looked up
  ✅ FunctionRegistry a registered function using wildcards can be found
  ✅ FunctionRegistry a single registered function using wildcards can be found
Chrome_Headless_117_0_5938_132_(Linux_x86_64).ToolManager
  ✅ ToolManager can be created