View on GitHub

mysql-unit

Testing framework for stored routines in MySQL

+--------------+---------------+---------+
| Installation | Documentation | Samples |
+--------------+---------------+---------+
1 row in set (0.00 sec)

Download this project as a .zip file Download this project as a tar.gz file

 

Restrictions

Despite such things as dynamic expression evaluation or nested exceptions handling, mysql-unit has it's limitations. It's core uses generic MySQL stored code, thus, some of those limitations are derived from that. Also, mysql-unit is using some database - the one, to which it is installed, which also may cause some restrictions.

In most cases, you can overcome this limitations, but still it is not always possible. And, if some of those restrictions are important for your system, then, probably, you'll not be able to use mysql-unit for testing your entities

On Tested Entities

Currently, there is impossible to:

On Tested Expressions

In addition to limitations on tested entities, there are also some things, which can not be tested in expressions: