blob: b973db4a64e34968d3ea8995f74f53ed3a6370d2 [file] [log] [blame]
function call*() {
before(): {
cocoon.log.info( "before:call*" );
}
after(): {
cocoon.log.info( "after:call*" );
}
}
function testSendPageAndWait() {
continueExecution(): {
cocoon.log.info( "continueExecution:testSendPageAndWait" );
}
stopExecution(): {
cocoon.log.info( "stopExecution:testSendPageAndWait" );
}
}