testrecorder
testrecorder copied to clipboard
Create Test Fixtures from Runnable Java Code
By annotating values with `@LoadFromFile` we could point the generator not to generate code into the test but to read the setup/matcher directly from a file. This schould prevent generated...
The current test generator (matcher generator) is appropriate for small objects, but does not really scale up: * unprecise test failure locations * hard to understand mismatch messages Yet this...
Currently exceptions in instrumentation code cannot be located back to there origin. It could be helpfull if exceptions contain hints in which file the exception has failed. My first intuitions...
After the API is stable there should be more documentation and a tutorial. Hopefully the API gets stable in the next time.