Uses of Class
com.graphql_java_generator.plugin.test.helper.DeepComparator.Difference
Package
Description
Some utilities to help the test development
-
Uses of DeepComparator.Difference in com.graphql_java_generator.plugin.test.helper
Modifier and TypeMethodDescriptionCompares two objects, and returns the list of found difference.DeepComparator.differences
(Object o1, Object o2, int nbMaxDifferences) Executes a deep comparison between the two given objects.