Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.51 KB

File metadata and controls

46 lines (31 loc) · 1.51 KB

ApprovalTests

Contents

Features

New Features documented here

How Tos

Configuration

Configuration of ApprovalTests mainly occurs via @Annotations and PackageSettings. Read More about it here

Main concepts for ApprovalTests

Reporters Namers & Writers are the 3 pieces that allow ApprovalTests to work.

Verify verify(object) is the main pattern to use in ApprovalTests. Writers write to a file
Namers figure out what the file should be called and where it is located
Reporters are called on failure to help you determine what went wrong.


Back to User Guide