name: "DataTable.Base tests",
setUp: function () {
},
"DataTable.Base should implement Core": function () {
},
"DataTable.Base should set default bodyView": function () {
},
"DataTable.Base should set default headerView": function () {
},
"DataTable.Base should not set default footerView": function () {
},
"DataTable.Base should preserve properties on the namespace": function () {
});
Y.use('datatable-base', function () {
});
});
}
}));
name: "DataTable tests",
setUp: function () {
},
"DataTable should implement Core": function () {
},
"DataTable should be a subclass of Y.DataTable.Base": function () {
},
"DataTable should default bodyView": function () {
},
"DataTable should default headerView": function () {
},
"DataTable should not have default footerView": function () {
}
}));
name: "DataTable UI tests",
setUp: function () {
});
},
tearDown: function () {
},
"set('data', modelList) should update the table": function () {
ATTRS: { a: {}, b: {}, c: {} } }),
fired = true;
});
}
}));