Create assertions while debugging.
A convenient context menu for your debugger to copy the state of your POJOs instances as JUnit Assertions, JSON or JSOG.
- Useful to quick write test cases from live code inspections during debugging.
- Copy as JSON/JSOG to serialize the instance state of your objects.
- Primitive Types (including arrays and enum types)
- Java Collections (map/list/set)
- Any POJOs
- java.util.UUID
- java.io.File, java.nio.file.Path
- java.util.Date, java.time.temporal.Temporal
The list will be extended in future releases.
Please, contribute to the open source project or report any issues at the link.