Table stores information about pretend or faked object parameters (if they have any) and what values were provided during unit tests execution.
Column Name |
Data Type |
Description |
LogID |
INT |
Unique log record ID |
ExecutionLogID |
INT |
Is the related LogID from DBTD_TBL_PRETEND_OBJECT_LOG table |
PretendID |
INT |
ID of a pretend object |
EventTime |
DATETIME |
Time when event were logged |
ParamName |
SYSNAME |
Name of the pretend object parameter |
ParamValue |
NVARCHAR(MAX) |
Value that were supplied for this parameter during execution |
UnitTestRunID |
INT |
When run through framework this field will have unique UnitTestRunID that identify a given unit test execution |
See Also