Ad
  • Custom User Avatar

    Since all strings used by tests are string literals, solutions which use reference equality of strings instead of String::equals pass without problems. It would be nice if == did not work if the inputs are strings. Or, if the author wants the == equality to work, then make inputs enums or somethign what ensures this kind of equality.