function Test (con, neg) {
    this.con = con;
    
    if (neg) {
      this.neg = true;