Decorates a test method and causes a screenshot 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 AutoEmbedScreenshotAttribute : TestDecoratorPatternAttribute |
| Visual Basic (Declaration) |
|---|
Public Class AutoEmbedScreenshotAttribute _ Inherits TestDecoratorPatternAttribute |
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
