JDBC - Implement null-to-string coercion - BL-164 #74
GitHub Actions / Test Results
succeeded
Jul 3, 2024 in 0s
All 61 tests pass in 30s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
61 tests found
There are 61 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.CacheGetSessionTest ‑ Can get the default cache session
ortus.boxlang.modules.compat.bifs.cache.CacheGetSessionTest ‑ Can get the specific cache session
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
ortus.boxlang.modules.compat.bifs.cache.CacheIdExistsTest ‑ Can validate a key does not exist in the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheIdExistsTest ‑ Can validate a key exists in a specific cache
ortus.boxlang.modules.compat.bifs.cache.CacheIdExistsTest ‑ Can validate a key exists in the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheRegionExistsTest ‑ Can get the default cache session
ortus.boxlang.modules.compat.bifs.cache.CacheRegionExistsTest ‑ Can get the specific cache session
ortus.boxlang.modules.compat.bifs.cache.CacheRemoveAllTest ‑ Can remove all from a specific cache
ortus.boxlang.modules.compat.bifs.cache.CacheRemoveAllTest ‑ Can remove all from the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheRemoveTest ‑ Can get a key from a specific cache
ortus.boxlang.modules.compat.bifs.cache.CacheRemoveTest ‑ Can get a key from the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheRemoveTest ‑ Can remove an array of keys
ortus.boxlang.modules.compat.bifs.cache.CacheRemoveTest ‑ Can remove an invalid key by throwing an error
ortus.boxlang.modules.compat.bifs.cache.CacheRemoveTest ‑ Can remove an invalid key without throwing an error
ortus.boxlang.modules.compat.bifs.format.DollarFormatTest ‑ It formats a negative number as a U.S. Dollar string in parentheses
ortus.boxlang.modules.compat.bifs.format.DollarFormatTest ‑ It formats a positive number as a U.S. Dollar string
ortus.boxlang.modules.compat.bifs.format.DollarFormatTest ‑ It formats an empty string as $0.00
ortus.boxlang.modules.compat.bifs.format.DollarFormatTest ‑ It formats zero as $0.00
ortus.boxlang.modules.compat.bifs.format.DollarFormatTest ‑ It tests the member function Numeric.dollarFormat
ortus.boxlang.modules.compat.bifs.format.DollarFormatTest ‑ It throws an exception when the argument is not a number
ortus.boxlang.modules.compat.bifs.struct.StructGetTest ‑ Tests that the compat behavior will mutate the struct return an empty struct
ortus.boxlang.modules.compat.bifs.struct.StructKeyTranslateTest ‑ Tests that the compat behavior will return the keys length
ortus.boxlang.modules.compat.bifs.system.GetComponentMetadataTest ‑ It can get the metadata of a bx class
ortus.boxlang.modules.compat.bifs.system.GetComponentMetadataTest ‑ It can get the metadata of a cfc class
ortus.boxlang.modules.compat.bifs.system.GetComponentMetadataTest ‑ It can get the metadata of a cfc instance
ortus.boxlang.modules.compat.bifs.system.GetMetadataTest ‑ It returns meta for a BXClass
ortus.boxlang.modules.compat.bifs.system.GetMetadataTest ‑ It returns meta for a CFC Class
ortus.boxlang.modules.compat.bifs.system.GetMetadataTest ‑ It returns meta for all other objects
ortus.boxlang.modules.compat.bifs.system.GetMetadataTest ‑ It returns meta for class
ortus.boxlang.modules.compat.bifs.temporal.CreateDateTimeTest ‑ It can handle Lucee and ACFs non-century date weirdness
ortus.boxlang.modules.compat.bifs.temporal.TimeUnitsTest ‑ It tests the BIF DayOfWeekAsString
ortus.boxlang.modules.compat.bifs.temporal.TimeUnitsTest ‑ It tests the BIF DayOfWeekAsString will keep the same week start but return a different language
ortus.boxlang.modules.compat.bifs.temporal.TimeUnitsTest ‑ It tests the BIF MonthAsString
ortus.boxlang.modules.compat.bifs.temporal.TimeUnitsTest ‑ It tests the DateTime Member function DayOfWeekShortAsString
ortus.boxlang.modules.compat.bifs.temporal.TimeUnitsTest ‑ It tests the DateTime Member function MonthShortAsString
Loading