File tree Expand file tree Collapse file tree 2 files changed +4
-38
lines changed Expand file tree Collapse file tree 2 files changed +4
-38
lines changed Original file line number Diff line number Diff line change 1
1
# Design Patterns in Dart
2
2
3
3
[ ![ Build Status] [ actions-badge ]] [ actions-url ]
4
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/TheDesignPatterns/Dart/ badge.svg?branch=main&kill_cache=1 )] ( https://coveralls.io/github/TheDesignPatterns/Dart?branch=main )
4
+ [ ![ Coverage Status] [ coverage- badge]] [ coverage-url ]
5
5
6
6
[ actions-badge ] : https://github.com/TheDesignPatterns/Dart/actions/workflows/dart.yml/badge.svg
7
7
[ actions-url ] : https://github.com/TheDesignPatterns/Dart/actions/workflows/dart.yml
8
+ [ coverage-badge ] : https://coveralls.io/repos/github/TheDesignPatterns/Dart/badge.svg?branch=main&kill_cache=1
9
+ [ coverage-url ] : https://coveralls.io/github/TheDesignPatterns/Dart?branch=main
8
10
9
- Design Patterns examples written in Dart using TDD and mocking objects techniques (thanks to Mockito ).
11
+ Design Patterns examples written in Dart using TDD and mocking objects techniques (thanks to [ ` mockito ` ] ( https://pub.dev/packages/mockito ) ).
10
12
11
13
## Layout
12
14
13
15
* [ ` example/ ` ] design patterns to build/run (e.g. ` $ dart run example/builder.dart ` )
14
16
* [ ` lib/ ` ] design patterns to import from a dart file (e.g. ` import 'package:dp/builder.dart'; ` )
15
17
* [ ` test/ ` ] design patterns to test (e.g. ` $ dart test test/builder_test.dart ` )
16
- * ` tool/ ` tools that may be useful when commiting to this repo
17
18
18
19
[ `example/` ] : https://github.com/TheDesignPatterns/Dart/tree/main/example
19
20
[ `lib/` ] : https://github.com/TheDesignPatterns/Dart/tree/main/lib
@@ -57,4 +58,3 @@ Wow, thanks! So please just star it.
57
58
- [ Design Patterns] ( https://en.wikipedia.org/wiki/Design_Patterns )
58
59
- [ Test Driven Development] ( https://en.wikipedia.org/wiki/Test-driven_development )
59
60
- [ Mock Object] ( https://en.wikipedia.org/wiki/Mock_object )
60
- - [ Mockito] ( https://pub.dev/packages/mockito )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments