Searched refs:negatedAssertionName (Results 1 – 1 of 1) sorted by relevance
149 String negatedAssertionName; in negate() local151 negatedAssertionName = this.assertionName.substring(NEGATION_PREFIX.length() + 1); in negate()153 negatedAssertionName = NEGATION_PREFIX + this.assertionName; in negate()155 return new Result(!this.success, this.timestamp, negatedAssertionName, this.reason); in negate()