Uses of Package
com.luchersol.core.specialized_checkers
Packages that use com.luchersol.core.specialized_checkers
Package
Description
Specialized checker implementations for various data types and structures.
Core utility classes and base abstractions for the Checker framework.
-
Classes in com.luchersol.core.specialized_checkers used by com.luchersol.core.specialized_checkersClassDescriptionA specialized checker for
Colorinstances, providing a fluent API to assert various color properties such as equality, brightness, transparency, contrast, saturation, similarity, and hexadecimal representation.A specialized checker forCurrencyinstances, providing a fluent API to assert various currency properties such as symbol, fraction digits, and locale association.A specialized checker forEnuminstances, providing a fluent API to assert enum properties such as equality, name, ordinal, inclusion, ordering and reflective attributes.A specialized checker forStringinstances, providing a fluent API to assert various string properties such as emptiness, length, content, format and patterns. -
Classes in com.luchersol.core.specialized_checkers used by com.luchersol.core.utilClassDescriptionA specialized checker for
Colorinstances, providing a fluent API to assert various color properties such as equality, brightness, transparency, contrast, saturation, similarity, and hexadecimal representation.A specialized checker forCurrencyinstances, providing a fluent API to assert various currency properties such as symbol, fraction digits, and locale association.A specialized checker forStringinstances, providing a fluent API to assert various string properties such as emptiness, length, content, format and patterns.