我正在运行一些 JUnit 测试,但遇到了比较失败,但我不明白为什么,因为我的实际和预期看起来完全一样。
correctline = " The following quotation about writing test programs for a document" + "\n";
我的 assertequals 声明是:
assertEquals("wrong contents: line", correctline, output.toString());
错误是。
wrong contents: line expected:<...rams for a document[]
但是是:<...文件的公羊[
]