Java Testing Tools (Other)
Testing Tools refers to the variety of automated tools designed to accomplish such objectives as capture/playback, test data generation, change management, date simulation, test planning/management and problem management/tracking.
From : www.olenick.com/html/glossary.html
OVal
OVal is a generic validation framework for any kind of Java objects (not only JavaBeans) and allows you:
to specify constraints for class fields and method return values
to easily validate objects on demand
to specify constraints for constructor parameters that are automatically checked when the constructor is called
to specify constraints for method parameters that are automatically checked when the method is called
to enforce full object validation after an object instance has been created
to enforce full object validation before a method of the object is called
to enforce full object validation after a method of the object is called
to either let OVal throw constraint violation exceptions during automatic checks or alternatively notify constraint violation listeners.
to easily create custom constraints
visit
OVal
OVal was visited : 261 times
Loading .....