ApprovalNamer class abstract interface

ApprovalNamer is an abstract class that provides methods to generate the file names for the approved and received files.

Properties

approved String
A getter named approved that returns the string 'file_name.test_name.approved.txt'.
no setter
approvedFileName String
A getter named approvedFileName that returns the string 'file_name.approved.txt'.
no setter
currentTestName String
A getter named currentTestName that returns the current test name.
no setter
hashCode int
The hash code for this object.
no setterinherited
received String
A getter named received that returns the string 'file_name.test_name.received.txt'.
no setter
receivedFileName String
A getter named receivedFileName that returns the string 'file_name.received.txt'.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited