Skip to contents

Extend this class to implement a custom copy strategy.

See also

Methods


Method execute()

Copy project files according to the strategy

Usage

CopyStrategy$execute(original_dir)

Arguments

original_dir

The original directory to copy from

plan

The current test plan

Returns

The path to the temporary directory


Method clone()

The objects of this class are cloneable with this method.

Usage

CopyStrategy$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.