Table stores latest UnitTestRunID used to track fake objects execution process
NOTE: Internal framework table. Do not use this table in your unit tests, it can be removed or changed in future releases.
We have several TODO items to rename\merge this table with other framework functionality in next releases
Column Name |
Data Type |
Description |
UnitTestRunID |
INT |
When unit tests ran through DBTD framework this field will have unique UnitTestRunID that identify a given unit test execution |
UnitTestName |
NVARCHAR(128) |
When unit tests ran through DBTD framework this field will have Unit Test Name |
See Also