TestTargetNotFound
extends OutOfBoundsException
in package
FinalYes
Exception thrown when a test target token can not be found in a test case file.
Tags
Table of Contents
Methods
- create() : TestTargetNotFound
- Create a new "test target token not found" exception with a standardized text.
Methods
create()
Create a new "test target token not found" exception with a standardized text.
public
static create(string $marker, string $content, string $file) : TestTargetNotFound
Parameters
- $marker : string
-
The delimiter comment.
- $content : string
-
The (optional) target token content.
- $file : string
-
The file in which the target token was not found.