예제 #1
0
 public MapsterMapperServiceTest(ITestOutputHelper output)
 {
     _output = output;
     MapperTestHelper.InitMapster();
 }
예제 #2
0
 public BatMapMapperServiceTest(ITestOutputHelper output)
 {
     _output = output;
     MapperTestHelper.InitBatMap();
 }
예제 #3
0
 public AutoMapperServiceTest(ITestOutputHelper output)
 {
     _output = output;
     MapperTestHelper.InitAutoMapper();
 }