Decorates a test method and causes a video of the test run to be automatically embeded when a trigger event occurs.
Namespace:
MbUnit.FrameworkAssembly: 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
System..::.Object
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.DecoratorPatternAttribute
Gallio.Framework.Pattern..::.TestDecoratorPatternAttribute
MbUnit.Framework..::.AutoEmbedScreenshotAttribute
MbUnit.Framework..::.AutoEmbedRecordingAttribute
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.DecoratorPatternAttribute
Gallio.Framework.Pattern..::.TestDecoratorPatternAttribute
MbUnit.Framework..::.AutoEmbedScreenshotAttribute
MbUnit.Framework..::.AutoEmbedRecordingAttribute
