ApproveFirstFrameScreenshot ClassDelta Engine Documentation
Causes a unit test to take a screenshot after the first frame and verify if the current unit test run matches previous ones. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Platforms Resolver
    DeltaEngine.Platforms ApproveFirstFrameScreenshot
      DeltaEngine.Platforms AppRunner

Namespace: DeltaEngine.Platforms
Assembly: DeltaEngine.Platforms (in DeltaEngine.Platforms.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public abstract class ApproveFirstFrameScreenshot : Resolver

The ApproveFirstFrameScreenshot type exposes the following members.

Constructors

  NameDescription
Protected methodApproveFirstFrameScreenshot
Initializes a new instance of the ApproveFirstFrameScreenshot class
Top
Methods

  NameDescription
Public methodDispose
Releases all resources used by the ApproveFirstFrameScreenshot
(Overrides Resolver Dispose .)
Protected methodExecuteTestCodeAndMakeScreenshotAfterFirstFrame
Public methodRegister(Type) (Inherited from Resolver.)
Public methodRegister T   (Inherited from Resolver.)
Protected methodRegisterInstance
Registers an already created instance and overwrite all base classes and interfaces. For example if registering WpfHostedFormsWindow will force all Resolve Window calls to use it. View code on GitHub
(Inherited from Resolver.)
Public methodRegisterSingleton(Type) (Inherited from Resolver.)
Public methodRegisterSingleton T   (Inherited from Resolver.)
Public methodResolve BaseType  (Inherited from Resolver.)
Top
Fields

  NameDescription
Protected fieldalreadyRegisteredTypes (Inherited from Resolver.)
Public fieldCodeAfterFirstFrame
Top
Properties

  NameDescription
Protected propertyIsAlreadyInitialized (Inherited from Resolver.)
Top
See Also