4f2b44f8492a6eedb8367b6eab417235b9ef4e18Eric Ferraiuolo// -- Suite --------------------------------------------------------------------
4f2b44f8492a6eedb8367b6eab417235b9ef4e18Eric Ferraiuolo// -- Lifecycle ----------------------------------------------------------------
4f2b44f8492a6eedb8367b6eab417235b9ef4e18Eric Ferraiuolo tearDown: function () {
4f2b44f8492a6eedb8367b6eab417235b9ef4e18Eric Ferraiuolo 'Y.Overlay() should create a new overlay widget': function () {
4f2b44f8492a6eedb8367b6eab417235b9ef4e18Eric Ferraiuolo Assert.isInstanceOf(Y.Overlay, this.overlay, 'Not an instance of a `Y.Overlay`.');
4f2b44f8492a6eedb8367b6eab417235b9ef4e18Eric Ferraiuolo Assert.isTrue(Y.one('#test').contains(this.overlay.get('boundingBox')), 'Overlay was not rendered into "#test".');
4f2b44f8492a6eedb8367b6eab417235b9ef4e18Eric Ferraiuolo}, '@VERSION@', {