コード例 #1
0
 public GivenMunicipalityExists(ITestOutputHelper testOutputHelper) : base(testOutputHelper)
 {
     _fixture            = new Fixture();
     _controller         = CreateApiBusControllerWithUser <StreetNameController>("John Doe");
     _idempotencyContext = new FakeIdempotencyContextFactory().CreateDbContext(Array.Empty <string>());
     _syndicationContext = new FakeSyndicationContextFactory().CreateDbContext(Array.Empty <string>());
 }