testrecorder icon indicating copy to clipboard operation
testrecorder copied to clipboard

Create Test Fixtures from Runnable Java Code

Results 4 testrecorder issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

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...

enhancement
help wanted

After the API is stable there should be more documentation and a tutorial. Hopefully the API gets stable in the next time.

enhancement
help wanted
question