Skip to content

Commit

Permalink
Menu tests: Added TODOs for missing method tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Jul 10, 2012
1 parent 70c5cce commit b2b5479
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions tests/unit/menu/menu_methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit b2b5479

Please sign in to comment.