jsTestDrive的测试用例名尽量用英文 示例:
"测试 div":function (){ /*:DOC += <div id="foo">hsh</div> */ assertEquals("hsh",$('#foo').html()) ; }