Home - TestMonkeys/jEntityTest GitHub Wiki

Welcome to the jEntityTest wiki!

With jEntityTest you can model the logic for comparing two entities. You can do that by defining the comparison model either annotating properties or defining a yaml model. Beside comparison you can also define validation rules, that are checked or abort conditions where you would want to ignore comparison in some cases.

If you need more control, or find yourself needing a custom comparison/validation strategy - you can create your own strategy and apply it in your project.

# Index

  1. Analysis of different strategies for comparing two objects
  2. Annotation based Model Definition
  3. YAML based Model Definition
  4. Comparison strategies
  5. Creating a custom strategy