Life-Cycle Events
Was this helpful?
Was this helpful?
component extends="coldbox.system.testing.BaseTestCase" unloadColdBox=false{
this.unloadColdBox = false;
function beforeAll(){
super.beforeAll();
// do your own stuff here
}
}