Obsidian is a unit test generator for java built for the JUnit framework. Obsidian concentrates on building standardized test implementations that are comprehensive and easy to maintain, allowing the test engineer to concentrate on test case instantiation. This is in contrast to the strategies of
... [More] many unit test generators, which focus on generating test cases. These generated test cases are coupled with implementations that are often difficult to maintain or non comprehensive. Obsidian employs a set of design patterns that are built around a method test’s necessities for compilation, exception handling, and test case iteration to generate these implementations. [Less]
Byte Buddy is a code generation library for creating Java classes during the runtime of a Java application and without the help of a compiler. Other than the code generation utilities that ship with the Java Class Library, Byte Buddy allows the creation of arbitrary classes and is not limited to
... [More] implementing interfaces for the creation of runtime proxies. [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy