Skip to content

diogonborges/integration-test-communicating-servers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demonstration of Net6 Integration tests with multiple servers (WebApplicationFactory) that communicate to each other via a fallback mechanism

This Web API has one controller with two methods:

  • hello - replies with a message that contains the address where it is running from
  • fallback - uses an HttpClient to do an HttpRequest to hello endpoint in the fallback server

(Credit for https://github.com/GennadyGS for providing the basis for what I was going for)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages