Skip to content

Intellij plugin for creating assertions from objects during debugging

License

Notifications You must be signed in to change notification settings

fervento/intellij-plugin-assert-by-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntelliJ Plugin - Assert By Debug

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.

Features

  • Useful to quick write test cases from live code inspections during debugging.
  • Copy as JSON/JSOG to serialize the instance state of your objects.

Supported Types

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

Contribute

Please, contribute to the open source project or report any issues at the link.

Fervento© | Website | Twitter | GitHub | LinkedIn

About

Intellij plugin for creating assertions from objects during debugging

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages