Skip to content

add boxlang to matrix #13

add boxlang to matrix

add boxlang to matrix #13

GitHub Actions / lucee@5 ColdBox ^7.0.0 Test Results failed Dec 9, 2024 in 0s

1 fail, 19 pass in 1s

20 tests   19 ✅  1s ⏱️
 2 suites   0 💤
 1 files     1 ❌

Results for commit ffbd358.

Annotations

Check warning on line 0 in tests.specs.unit.interceptors.MementifierTest

See this annotation in the file changed.

@github-actions github-actions / lucee@5 ColdBox ^7.0.0 Test Results

Mementifier Should exclude any explicit excludes (tests.specs.unit.interceptors.MementifierTest) failed

test-harness/tests/results/test-results-junit.xml [took 0s]
Raw output
The key [userId,blogUrl,firstName,lastName] exists in the target object. Found keys are [[APIToken, lastName, firstName]]
84: 					.toBeTypeOf( "struct" )
85: 					.toHaveKey( "APIToken" )
86: 					.nottoHaveKey( "userId,blogUrl,firstName,lastName" );
87: 			} );
88: 			it( "Should not be possible to include neverIncludes", function(){
/home/runner/work/mementifier/mementifier/test-harness/tests/specs/unit/interceptors/MementifierTest.cfc:86

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / lucee@5 ColdBox ^7.0.0 Test Results

20 tests found

There are 20 tests, see "Raw output" for the full list of tests.
Raw output
tests.specs.integration.MainTests ‑ Mementifier Will use default includes if none specified
tests.specs.integration.MainTests ‑ Mementifier can correctly do ignore defaults with nested includes
tests.specs.integration.MainTests ‑ Mementifier can process a resultsMap
tests.specs.integration.MainTests ‑ Mementifier can render base mementos
tests.specs.integration.MainTests ‑ Mementifier can render inherited properties with wildcard default properties
tests.specs.integration.MainTests ‑ Mementifier can render mementos even if the object has already-serialized data
tests.specs.integration.MainTests ‑ Mementifier can specify a date mask in the getMemento call
tests.specs.integration.MainTests ‑ Mementifier can specify a time mask in the getMemento call
tests.specs.integration.MainTests ‑ Mementifier can specify iso8601 in the getMemento call
tests.specs.integration.MainTests ‑ Mementifier can use a mapper for a property that does not exist
tests.specs.integration.MainTests ‑ Mementifier can use property aliases for includes
tests.specs.integration.MainTests ‑ Mementifier correctly passes nested mappers
tests.specs.integration.MainTests ‑ Mementifier skips properties that do not exist and do not have a mapper
tests.specs.integration.MainTests ‑ Mementifier tries to retrieve all properties when trustedGetters is on even if the method does not seem to exist
tests.specs.unit.interceptors.MementifierTest ‑ Mementifier Should exclude any explicit excludes
tests.specs.unit.interceptors.MementifierTest ‑ Mementifier Should include all items from defaultIncludes
tests.specs.unit.interceptors.MementifierTest ‑ Mementifier Should not be possible to include neverIncludes
tests.specs.unit.interceptors.MementifierTest ‑ Mementifier Won't call the same getter twice
tests.specs.unit.interceptors.MementifierTest ‑ Mementifier Won't modify includes/excludes arrays
tests.specs.unit.interceptors.MementifierTest ‑ Mementifier should not process empty string include