before(function() {
      this.createInstance = function(list) {
        return SCEnvironment.newFrom($$(list || []));
      };
    });