
Test::Perinci::Tx::Manager - Transaction tests

version 0.44

Test performing action using transaction.
Will initialize transaction manager ($tm) and test action using $tm->call(). Will test several times with different scenarios to make sure commit, rollback, undo, redo, and crash recoveries work.
Arguments (* denotes required arguments):
Specify temporary directory to store transaction data directory in.
The test name.
Fully-qualified name of transactional function,
e.g.
Setup::File::setup_file.
Arguments to feed to transactional function (via $tm->call()).
The code to reset to initial state. This is called at the start of tests, as well as after each rollback crash test, because crash during rollback causes the state to become inconsistent.
Expect $tm->call() to return this status.
Whether to reset transaction data directory before running the tests.
Note that alternatively,
you can also use a different tmpdir for each call to this function.

Steven Haryanto <stevenharyanto@gmail.com>

This software is copyright (c) 2012 by Steven Haryanto.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.