TemplateTestService class
Service for handling template test file and directory operations.
This class provides methods for creating directory structures and managing file system operations related to template test generation.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createDataTest(
String pathTestPage, String featureName, String pageName) → void - Creates the data test directory structure.
-
createDomainTest(
String pathTestPage, String featureName, String pageName) → void - Creates the domain test directory structure.
-
createPresentationTest(
String pathTestPage, String featureName, String pageName, Map json2DartMap) → void - Creates the presentation test directory structure.
-
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