You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new("Intro to PACT for .NET Core: API contract testing","/blog/contract-testing-pact-net-intro"),
10
-
new("Intro to PACT for .NET Core: Events based systems","/blog/contract-testing-in-pact-with-events"),
11
-
new("Intro to PACT for .NET Core: Integration with PactFlow","/blog/integration-with-pactflow"),
12
-
new("Integration testing for dotnet core APIs: Introduction","/blog/integration-testing-in-dotnet-intro"),
13
-
new("Integration testing for dotnet core APIs: Handling database","/blog/integration-testing-in-dotnet-with-database"),
14
-
new("Integration testing for dotnet core APIs: Handling APIs behind authentication","/blog/integration-testing-in-dotnet-with-auth"),
15
-
new("Integration testing for dotnet core APIs: Handling 3rd party service calls using wiremock","/blog/integration-testing-in-dotnet-with-external-services"),
16
-
};
7
+
publicstaticList<PageInfo>Pages{get;}=
8
+
[
9
+
new("Intro to PACT for .NET Core: API contract testing",
10
+
"/blog/contract-testing-pact-net-intro",
11
+
newDateTime(2024,12,14),
12
+
"images/blog/pact/intro/header_landscape.png",
13
+
["PACT","API"]),
14
+
15
+
new("Intro to PACT for .NET Core: Events based systems",
0 commit comments