Package specialized_checkers.collection
package specialized_checkers.collection
-
ClassesClassDescriptionCheckerGraph<N,
E extends Number> A specialized checker for validating properties and constraints on graph data structures.CheckerList<T>A specialized checker forList
collections, providing fluent API methods to perform various checks and validations on lists.CheckerMap<K,V> A specialized checker forMap
instances, providing fluent assertion methods for validating map properties and contents.CheckerSet<T>A specialized checker forSet
collections, providing fluent assertion methods for validating set properties and contents.CheckerTree<T>A specialized checker forTree
data structures, providing a fluent API to assert various properties and invariants about a tree.