why mouseover and mouseout event does not work in qunit?

why mouseover and mouseout event does not work in qunit?

s("a.flyoutlink:eq(0)").mouseover(function(){                      //this is not working????
s("span.contexthelpcontent").exists function(){
ok(true,"floater exists");
})
})