Record method calls in one session for replaying in future test sessions?

前端 未结 9 1290
梦毁少年i
梦毁少年i 2020-12-23 14:21

I have a backend system which we use a third-party Java API to access from our own applications. I can access the system as a normal user along with other users, but I do no

9条回答
  •  -上瘾入骨i
    2020-12-23 14:28

    If I understood you question correctly, you should try db4o.

    You will store the objects with db4o and restore later to mock and JUnit tests.

提交回复
热议问题