testsuite.js revision b40f5113b5f28daabc29b6ad49c905f290cf6cb7
name: "Lifecycle",
setUp: function () {
},
tearDown: function () {
},
"test ": function () {
}
}));
name: "API",
setUp: function () {
},
tearDown: function () {
},
"test ": function () {
}
}));
name: "Attributes",
setUp: function () {
},
tearDown: function () {
},
"test ": function () {
}
}));
name: "Runtime expectations",
setUp: function () {
},
tearDown: function () {
},
"test ": function () {
}
}));
name: "Bugs",
setUp: function () {
},
tearDown: function () {
},
"test ": function () {
}
}));