cachegetProperties #26
GitHub Actions / Test Results
succeeded
May 7, 2024 in 0s
All 26 tests pass in 22s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
26 tests found
There are 26 tests, see "Raw output" for the full list of tests.
Raw output
ortus.boxlang.modules.compat.IntegrationTest ‑ Test the module loads in BoxLang
ortus.boxlang.modules.compat.bifs.cache.CacheClearTest ‑ Can clear a specific cache
ortus.boxlang.modules.compat.bifs.cache.CacheClearTest ‑ Can clear the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheClearTest ‑ Can clear with a filter
ortus.boxlang.modules.compat.bifs.cache.CacheCountTest ‑ Can count a specific cache
ortus.boxlang.modules.compat.bifs.cache.CacheCountTest ‑ Can count the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheDeleteTest ‑ Can delete a key in a specific cache
ortus.boxlang.modules.compat.bifs.cache.CacheDeleteTest ‑ Can delete a key in the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheDeleteTest ‑ Can throw exception for a bogus key with throwOnError
ortus.boxlang.modules.compat.bifs.cache.CacheDeleteTest ‑ Will ignore exception for a bogus key without throwOnError
ortus.boxlang.modules.compat.bifs.cache.CacheGetAllIdsTest ‑ Can get all ids from the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheGetAllIdsTest ‑ Can get all ids with a filter and default cache
ortus.boxlang.modules.compat.bifs.cache.CacheGetAllIdsTest ‑ Can get all with a filter and specific cache
ortus.boxlang.modules.compat.bifs.cache.CacheGetAllTest ‑ Can get all from the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheGetAllTest ‑ Can get all with a filter and default cache
ortus.boxlang.modules.compat.bifs.cache.CacheGetAllTest ‑ Can get all with a filter and specific cache
ortus.boxlang.modules.compat.bifs.cache.CacheGetEnginePropertiesTest ‑ Can get the engine properties
ortus.boxlang.modules.compat.bifs.cache.CacheGetMetadataTest ‑ It will get an empty struct with an invalid key
ortus.boxlang.modules.compat.bifs.cache.CacheGetMetadataTest ‑ can call cacheGetMetadata with a valid key
ortus.boxlang.modules.compat.bifs.cache.CacheGetMetadataTest ‑ can call cacheGetMetadata with a valid key and cacheName
ortus.boxlang.modules.compat.bifs.cache.CacheGetMetadataTest ‑ can call cacheGetMetadata with an array of keys
ortus.boxlang.modules.compat.bifs.cache.CacheGetPropertiesTest ‑ Can get the default cache properties
ortus.boxlang.modules.compat.bifs.cache.CacheGetPropertiesTest ‑ Can get the specific cache properties
ortus.boxlang.modules.compat.bifs.cache.CacheGetTest ‑ Can get a key from a specific default cache
ortus.boxlang.modules.compat.bifs.cache.CacheGetTest ‑ Can get a key from the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheGetTest ‑ Can get a null from an invalid cache key
Loading