Skip to content

Commit

Permalink
Added links to blog articles
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Nov 17, 2022
1 parent 4ad5760 commit 6722613
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ Current available for testing:
- [Business Logic](#business-logic-testing),
- [API](#api-testing).

Check also [introduction post on my blog](https://event-driven.io/en/ogooreck_sneaky_bdd_testing_framework/).
Check also my articles:
- [Ogooreck introduction](https://event-driven.io/en/ogooreck_sneaky_bdd_testing_framework/),
- [Testing business logic in Event Sourcing, and beyond!](https://event-driven.io/en/testing_event_sourcing/),
- [Writing and testing business logic in F#](https://event-driven.io/en/writing_and_testing_business_logic_in_fsharp/).

## Support

Expand Down Expand Up @@ -131,6 +134,8 @@ public static class BankAccountEventsBuilder
}
```

See full sample in [tests](/src/Ogooreck.Sample.BusinessLogic.Tests/Deciders/BankAccountTests.cs).

**F#**
```fsharp
module BankAccountTests
Expand Down Expand Up @@ -249,7 +254,7 @@ let ``GIVEN closed bank account WHEN record deposit with valid params THEN fails
|> ignore
```

See full sample in [tests](/src/Ogooreck.Sample.BusinessLogic.Tests/Deciders/BankAccountTests.cs).
See full sample in [tests](/src/Ogooreck.Sample.BusinessLogic.FSharp.Tests/Deciders/BankAccountTests.fs).

### Event-Sourced command handlers

Expand Down
5 changes: 4 additions & 1 deletion mdsource/README.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ Current available for testing:
- [Business Logic](#business-logic-testing),
- [API](#api-testing).

Check also [introduction post on my blog](https://event-driven.io/en/ogooreck_sneaky_bdd_testing_framework/).
Check also my articles:
- [Ogooreck introduction](https://event-driven.io/en/ogooreck_sneaky_bdd_testing_framework/),
- [Testing business logic in Event Sourcing, and beyond!](https://event-driven.io/en/testing_event_sourcing/),
- [Writing and testing business logic in F#](https://event-driven.io/en/writing_and_testing_business_logic_in_fsharp/).

## Support

Expand Down

0 comments on commit 6722613

Please sign in to comment.