Skip to content

angerhard/BoilerPlateFreeTesting

Repository files navigation

BoilerPlateFreeTesting

Test for proving Issue on BoilerPlateFree

This solution is based on a service that calls a repository. Both services are initialised by BoilerPlateFree. The expectation is that the repository is injected into the service.

When I start Program.cs, I get an exception in the following line when calling the TestService because the TestRepository has not been initialised:

var testData = _testRepository.getTestData();

About

Test for proving Issue on BoilerPlateFree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages