Ejemplo n.º 1
0
 public SendGridMessageHistoryTests(HistoryMailFixture fixture)
 {
     ReplacementVars.Add("%name%", "Mr. Toast");
     Fixture = fixture;
 }
 public SendGridParallelMailerTests(ReusableMailFixture fixture)
 {
     ReplacementVars.Add("%name%", "Mr. Toast");
     Fixture = fixture;
 }
Ejemplo n.º 3
0
        public SqlHistoryTests(SqlIntegrationFixture fixture)
        {
            ReplacementVars.Add("%name%", "Mr. Toast");

            Fixture = fixture;
        }
Ejemplo n.º 4
0
 public SendGridFactoryMailerTests(FactoryMailFixture fixture)
 {
     ReplacementVars.Add("%name%", "Mr. Toast");
     Fixture = fixture;
 }
Ejemplo n.º 5
0
 public HistorySerializationTests(HistorySerializationFixture fixture)
 {
     ReplacementVars.Add("%name%", "Mr. Toast");
     Fixture = fixture;
 }
Ejemplo n.º 6
0
 public MkSmtpMailerFailureTests(FailureMailFixture fixture)
 {
     ReplacementVars.Add("%name%", "Mr. Toast");
     Fixture = fixture;
 }
Ejemplo n.º 7
0
 public MailKitSmtpFactoryMailerTests(FactoryMailFixture fixture)
 {
     ReplacementVars.Add("%name%", "Mr. Toast");
     Fixture = fixture;
 }
Ejemplo n.º 8
0
 public MkSmtpMailerTests(StandardMailFixture fixture)
 {
     ReplacementVars.Add("%name%", "Mr. Toast");
     Fixture = fixture;
 }
Ejemplo n.º 9
0
 public HistoryContextTests(MemoryEfFixture fixture)
 {
     ReplacementVars.Add("%name%", "Mr. Toast");
     Fixture = fixture;
 }