tabview-test.js revision 2f0d5a8bc2c94864389d6ba0d6f01483302e43bd
srcNode: '#demo'
}),
TEST_TIMEOUT = 1000;
name: 'Y.TabView',
'should return the selected tab': function() {
},
'should update the selected tab': function() {
},
'should fire selection change': function() {
var test = this;
});
},
'should add the new tab to the tabview': function() {
},
'should remove the selected tab': function() {
},
'should fire selectionChange event': function() {
var pass = false;
pass = false;
},
'should set the label': function() {
},
'should set the label': function() {
}
}));