コード例 #1
0
 public BatchTranslateTests(TranslateFixture fixture)
 {
     _fixture = fixture;
 }
コード例 #2
0
 public GetGlossaryTests(TranslateFixture fixture)
 {
     _fixture = fixture;
 }
コード例 #3
0
 public TranslateTextTests(TranslateFixture fixture)
 {
     _fixture = fixture;
 }
コード例 #4
0
 public BatchTranslateWithGlossaryTests(TranslateFixture fixture)
 {
     _fixture = fixture;
 }
 public GetSupportedLanguagesTests(TranslateFixture fixture)
 {
     _fixture = fixture;
 }
 public TranslateTextWithModelTests(TranslateFixture fixture)
 {
     _fixture = fixture;
 }
 public BatchTranslateWithModelTests(TranslateFixture fixture)
 {
     _fixture = fixture;
 }
 public TranslateTextWithGlossaryAndModelTests(TranslateFixture fixture)
 {
     _fixture = fixture;
 }
コード例 #9
0
 public DetectLanguageTests(TranslateFixture fixture)
 {
     _fixture = fixture;
 }