{
      runable: this.options.minLength !== null,
      validator: {
        method: expect.isGreaterOrEqualThan,
        args: [count, this.options.minLength],