我在下面进行了这个单元测试失败,因为可能是一个我无法解决的编码问题。 class和messages.properties文件都是UTF-8编码的。我在eclipse中检查了文件属性。
assert mobileResponse.toMobile().data.get('mobile_error_description') == 'Usuário e/ou senha inexistentes e/ou inválidos.'
控制台输出是:
assert mobileResponse.toMobile().data.get('mobile_error_description') == "Usu√°rio e/ou senha inexistentes e/ou inv√°lidos."
|false