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 Testfiles to become to large just because of data (note that .java-files have a size limit).
This already works for primitive arrays but should be extended after #27 (with a known serialization format) to support arbitrary objects.
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 Testfiles to become to large just because of data (note that .java-files have a size limit).This already works for primitive arrays but should be extended after #27 (with a known serialization format) to support arbitrary objects.