Exemplo n.º 1
0
 public WhenDocumentUploadedEventIsSuppliedAndIsMicrosoftTranslation(GoogleTranslationFixture googleTranslationFixture, DocumentUploadedFixture eventFixture) : base(googleTranslationFixture, eventFixture, TranslationType.Microsoft)
 {
 }
Exemplo n.º 2
0
 public WhenDocumentUploadedEventIsSuppliedAndIsGoogleTranslation(AWSTranslationFixture awsTranslationFixture, DocumentUploadedFixture eventFixture) : base(awsTranslationFixture, eventFixture, TranslationType.Google)
 {
 }
 public WhenDocumentUploadedEventIsSuppliedAndIsLocalTranslation(GoogleTranslationFixture googleTranslationFixture, DocumentUploadedFixture eventFixture) : base(googleTranslationFixture, eventFixture, TranslationType.Local)
 {
 }
Exemplo n.º 4
0
 public WhenDocumentUploadedEventIsSuppliedAndIsAWSTranslation(LocalTranslationFixture localTranslationFixture, DocumentUploadedFixture eventFixture) : base(localTranslationFixture, eventFixture, TranslationType.AWS)
 {
 }