196197198199200201202203204205206
}; return table; } private SMTPConfiguration setupMockedSMTPConfiguration() { SMTPConfiguration conf = new SMTPConfiguration() { public String getHelloName() { throw new UnsupportedOperationException("Unimplemented Stub Method"); }
203204205206207208209210211212213
200201202203204205206207208209210
}; return table; } private SMTPConfiguration setupMockedSMTPConfiguration() { SMTPConfiguration conf = new SMTPConfiguration() { @Override public String getHelloName() { throw new UnsupportedOperationException("Unimplemented Stub Method"); }