function undoCmdFunc() {
        assert.equal(this, undoCmd);
        assert.deepEqual(_.toArray(arguments), args);
        executed = true;
    }