chris-schmitz
06/03/2024, 12:00 PMonSpecEnd()
, I tested the method by calling it directly and the file was created as expected. I then went on and passed the listener CFC to testbox: testbox.run( callbacks=myLstener )
, but, it seems in this case onSpecEnd()
is not executed.
So maybe I am misunderstanding the concept and purpose of listeners? Unfortunately the Testbox docs don't say much about it, can somebody please tell me where to find more information or how to tackle my initial problem (tests sometimes failing, sometimes passing)? Thank you!