Decorates a test method and causes a video of the test run to be automatically embeded when a trigger event occurs.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public class AutoEmbedRecordingAttribute : AutoEmbedScreenshotAttribute
Visual Basic (Declaration)
Public Class AutoEmbedRecordingAttribute _
	Inherits AutoEmbedScreenshotAttribute

Remarks

If screenshots cannot be captured, the attribute will embed a warning message to that effect.

Inheritance Hierarchy

See Also