diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-07-10 15:23:04 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-07-10 15:23:04 -0400 |
commit | b2b54790b2f35cfc7562343d43582e39dc57fc39 (patch) | |
tree | f96175139cdea005f0a4f1781aae181a807d3a4c /tests | |
parent | 70c5cce84e2003adb1e54526467808bc7c7b199c (diff) | |
download | jquery-ui-b2b54790b2f35cfc7562343d43582e39dc57fc39.tar.gz jquery-ui-b2b54790b2f35cfc7562343d43582e39dc57fc39.zip |
Menu tests: Added TODOs for missing method tests.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/menu/menu_methods.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/unit/menu/menu_methods.js b/tests/unit/menu/menu_methods.js index 0835f61ec..510ddb1d7 100644 --- a/tests/unit/menu/menu_methods.js +++ b/tests/unit/menu/menu_methods.js @@ -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() { |