Skip to content

Commit

Permalink
Added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkkiller committed Nov 3, 2024
1 parent 9274cbb commit 9d568a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/src/feature/home/widget/home_screen_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,14 @@ void main() {
});
}

/// {@template home_screen_dependencies_container}
/// Example of how to create a dependencies container for testing purposes.
///
/// If the dependency is dynamic, like mocks, you can pass them as parameters
/// to the constructor.
/// {@endtemplate}
base class HomeScreenDependenciesContainer extends TestDependenciesContainer {
/// {@macro home_screen_dependencies_container}
const HomeScreenDependenciesContainer();

@override
Expand Down

0 comments on commit 9d568a3

Please sign in to comment.