RowFixture software compares testing data rows with objects within the tested system.
One of the key aspects of Test::C2FIT::RowFixture is its ability to match rows with objects based on one or more keys. Object can be missing or in surplus, and this will be noted appropriately. This ensures that you always have a clear view of what your system looks like and how it's performing.
One of the many benefits of this software is that it allows you to subclass RowFixture, thus customising it according to your needs. You can start creating custom fixtures from the base of the software and fine-tune it to suit your project's requirements.
The software uses query() to return an arrayref consisting of either blessed objects or unbessed hashrefs based on the data stored in the system. Testers, developers or business analysts can benefit from the easy-to-find settings for TypeAdapters, especially when your data is not stored as a string. Test::C2FIT::RowFixture is intuitive, easy to use, and has proven to be extremely valuable in testing.
Version 0.08: N/A