# File test/test_SetupAlias.rb, line 195
    def test_out_of_range
      @query_params['pos'] = '6'
      assert_exception(RuntimeError) {
        @SetupAlias.init_context
      }
    end