]> source.dussan.org Git - jquery-ui.git/commitdiff
Menu tests: Added TODOs for missing method tests.
authorScott González <scott.gonzalez@gmail.com>
Tue, 10 Jul 2012 19:23:04 +0000 (15:23 -0400)
committerScott González <scott.gonzalez@gmail.com>
Tue, 10 Jul 2012 19:23:04 +0000 (15:23 -0400)
tests/unit/menu/menu_methods.js

index 0835f61ec25ac47626ba9b3ed8b1875c02721c91..510ddb1d7905300753874341cc340104b81708b2 100644 (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() {