Spoon is a metaprogramming library to analyze and transform Java source code. :spoon: is made with :heart:, :beers: and :sparkles:. It parses source files to build a well-designed AST with powerful analysis and transformation API.
This is somewhat an experiment based on our ModelTest annotation. We can reduce arrange code by extracting required CtTypes centrally and inject them via parameters. WDYT?
This is somewhat an experiment based on our
ModelTest
annotation. We can reduce arrange code by extracting requiredCtType
s centrally and inject them via parameters. WDYT?