Package introspector
package introspector
The introspector package offers the Introspector tool as an API through its Introspector utility class. It provides the programmatic comparison of trees and report generation to HTML and txt files.
Copyright (c) Francisco Ortin.
MIT license.
- Author:
- Francisco Ortin
-
ClassDescriptionThis class tests the IntrospectorModel when there are cycles in the model, so it is no longer a tree but a graph.Dummy classes for testing purposes.This class tests the IntrospectorModel when inheritance adds fields to derived instances, including the repetition of fields with the same name.Dummy classes for testing purposes.Facade to use Introspector as an API to store Java objects as txt or html trees, and compare trees.Tests the Introspector Facade as an API to compare trees.Tests the Introspector Facade as an API to compare two trees and write the differences in an HTML file.Tests the Introspector Facade as an API to compare two trees and write the differences in a txt file.Tests the Introspector Facade as an API to write trees as text or HTML files.