コード例 #1
0
        public DTOCatIntegrationTest(AutomapperFixture fixture)
        {
            var host = HostBuilder.FromStartup <Startup>(null);

            host.ConfigureServices(c => { });
            _server = new TestServer(host);
            _client = _server.CreateClient();
        }
コード例 #2
0
 public RddObjectsMapperTests(AutomapperFixture fixture)
 {
     _fixture = fixture;
 }