Exercise project with Order domain and NUnit tests demonstrating the 'show, don't tell' pattern for guiding coding agents. - 1 refactored test using custom matcher (the example) - 5 unrefactored tests with multiple asserts (the practice) - OrderStateConstraint custom matcher for NUnit 3
20 lines
201 B
Plaintext
20 lines
201 B
Plaintext
## NuGet
|
|
*.nupkg
|
|
**/packages/
|
|
|
|
## Build
|
|
bin/
|
|
obj/
|
|
|
|
## IDE
|
|
*.user
|
|
*.suo
|
|
*.userosscache
|
|
*.sln.docstates
|
|
.idea/
|
|
*.slnx
|
|
*.slnx launches
|
|
|
|
## NuGet local config (workaround for locked ~/.nuget)
|
|
nuget.config
|