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