@@ -8,13 +8,15 @@ At this moment, the repository does not contain many samples, but it will grow o
8
8
9
9
## List of Tutorials
10
10
11
- * [ Web Api Service Tests] ( https://github.com/LightBDD/LightBDD.Tutorials/tree/master/WebApiServiceTests )
12
- A sample project showing how to use LightBDD to service test Web Api project.
11
+ ### [ Web Api Service Tests] ( https://github.com/LightBDD/LightBDD.Tutorials/tree/master/WebApiServiceTests )
12
+ A sample project showing how to use LightBDD to service test Web Api project.
13
13
14
- ** Technologies:** AspNetCore, Swashbuckle, LiteDB
15
- ** LightBDD concepts:** partial classes, parallel execution, async steps, [ State\< T>] ( https://github.com/LightBDD/LightBDD/wiki/Scenario-State-Management#ensuring-state-is-initialized-before-use ) , [ composite steps] ( https://github.com/LightBDD/LightBDD/wiki/Composite-Steps-Definition ) , [ tabular parameters] ( https://github.com/LightBDD/LightBDD/wiki/Advanced-Step-Parameters#verifiabledatatable ) , [ global setup] ( https://github.com/LightBDD/LightBDD/wiki/SetUp-and-TearDown#global-setup-and-teardown )
16
- * [ Web Api With Dependencies Service Tests] ( https://github.com/LightBDD/LightBDD.Tutorials/tree/master/WebApiWithDependenciesServiceTests )
17
- A sample project showing LightBDD Service Tests using WireMock for mocking dependent APIs and Rebus for message based communication.
14
+ ** Technologies:** AspNetCore, Swashbuckle, LiteDB
15
+ ** LightBDD concepts:** partial classes, parallel execution, async steps, [ State\< T>] ( https://github.com/LightBDD/LightBDD/wiki/Scenario-State-Management#ensuring-state-is-initialized-before-use ) , [ composite steps] ( https://github.com/LightBDD/LightBDD/wiki/Composite-Steps-Definition ) , [ tabular parameters] ( https://github.com/LightBDD/LightBDD/wiki/Advanced-Step-Parameters#verifiabledatatable ) , [ global setup] ( https://github.com/LightBDD/LightBDD/wiki/SetUp-and-TearDown#global-setup-and-teardown )
16
+
17
+ ### [ Web Api With Dependencies Service Tests] ( https://github.com/LightBDD/LightBDD.Tutorials/tree/master/WebApiWithDependenciesServiceTests )
18
+ A sample project showing LightBDD Service Tests using WireMock for mocking dependent APIs and Rebus for message based communication.
18
19
19
- ** Technologies:** AspNetCore, Swashbuckle, LiteDB, Rebus, WireMock
20
- ** LightBDD concepts:** partial classes, parallel execution, async steps, [ composite steps] ( https://github.com/LightBDD/LightBDD/wiki/Composite-Steps-Definition ) , [ MessageListener] ( https://github.com/LightBDD/LightBDD/wiki/Test-Utilities#messagelistener ) , [ DI containers] ( https://github.com/LightBDD/LightBDD/wiki/DI-Containers#default-di-container ) , [ global setup] ( https://github.com/LightBDD/LightBDD/wiki/SetUp-and-TearDown#global-setup-and-teardown )
20
+ ** Technologies:** AspNetCore, Swashbuckle, LiteDB, Rebus, WireMock
21
+ ** LightBDD concepts:** partial classes, parallel execution, async steps, [ composite steps] ( https://github.com/LightBDD/LightBDD/wiki/Composite-Steps-Definition ) , [ MessageListener] ( https://github.com/LightBDD/LightBDD/wiki/Test-Utilities#messagelistener ) , [ DI containers] ( https://github.com/LightBDD/LightBDD/wiki/DI-Containers#default-di-container ) , [ global setup] ( https://github.com/LightBDD/LightBDD/wiki/SetUp-and-TearDown#global-setup-and-teardown )
22
+
0 commit comments