Menu tests: Added TODOs for missing method tests.

This commit is contained in:
Scott González 2012-07-10 15:23:04 -04:00
parent 70c5cce84e
commit b2b54790b2

View File

@ -44,6 +44,30 @@ test( "refresh", function() {
equal( element.find( ".ui-menu-item" ).length, 5, "Incorrect number of menu items" );
});
// TODO: test focus method
// TODO: test blur method
// TODO: test collapseAll method
// TODO: test collapse method
// TODO: test expand method
// TODO: test next method
// TODO: test prev method
// TODO: test isFirstItem method
// TODO: test isLastItem method
// TODO: test nextPage method
// TODO: test prevPage method
// TODO: test select method
test( "destroy", function() {
expect( 4 );
domEqual( "#menu1", function() {