似乎PIT的嵌套单元测试有问题。突变可以幸存,但是我对此进行了单元测试。我什至调试了它。有人知道吗,还是我做错了什么?
示例:ChangeTerrainTypeCommandTest
看起来像这样:
ChangeTerrainTypeCommandTest
TestExecute
test()
testOutsideMap()
TestUnExecute
test()
testOutsideMap()
似乎只运行了一个test()和testOutsideMap()。 Junit没有任何问题。
更新:
那些测试名称不好吗?它将对execute()和unExecute()进行相同的测试。