almondtools / testrecorder

Create Test Fixtures from Runnable Java Code
http://testrecorder.amygdalum.net/
GNU Lesser General Public License v3.0
51 stars 5 forks source link

Switch Input/Output recording to Method-Recording #57

Closed almondtools closed 6 years ago

almondtools commented 6 years ago

Currently input/output is recorded at the call site. This has some inconvenient consequences:

almondtools commented 6 years ago

This unfortunately does not work fine for native methods.

The current solution: