Sequoia
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Friends | List of all members
sequoia::testing::recovery_paths Class Reference

Holds details of the file to which the last successfully completed test is registered. More...

#include <ProjectPaths.hpp>

Public Member Functions

 recovery_paths (const std::filesystem::path &outputDir)
 
const std::filesystem::path & dir () const noexcept
 
std::filesystem::path recovery_file () const
 
std::filesystem::path dump_file () const
 

Static Public Member Functions

static std::filesystem::path dir (std::filesystem::path outputDir)
 

Friends

bool operator== (const recovery_paths &, const recovery_paths &) noexcept=default
 

Detailed Description

Holds details of the file to which the last successfully completed test is registered.

If a check causes a crash, the recovery file may be used to provide a clue as to where this happened.


The documentation for this class was generated from the following files: