Namer class final

Namer class is used to generate the file names for the approved and received files.

Implemented types

Constructors

Namer({String? filePath, FileNamerOptions? options, bool addTestName = true, String? description})
const

Properties

addTestName bool
final
approved String
A getter named approved that returns the string 'file_name.test_name.approved.txt'.
no setteroverride
approvedFileName String
A getter named approvedFileName that returns the string 'file_name.approved.txt'.
no setteroverride
currentTestName String
A getter named currentTestName that returns the current test name.
no setteroverride
description String?
final
filePath String?
final
hashCode int
The hash code for this object.
no setterinherited
options FileNamerOptions?
final
received String
A getter named received that returns the string 'file_name.test_name.received.txt'.
no setteroverride
receivedFileName String
A getter named receivedFileName that returns the string 'file_name.received.txt'.
no setteroverride
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

Constants

approvedExtension → const String
receivedExtension → const String