Esempio n. 1
0
 @Test
 public void test_email_service() {
   CommunicationService service = CommunicationFactory.service(CommunicationServiceType.EMAIL);
   service.send("hello strategy");
 }
Esempio n. 2
0
 @Test
 public void test_fax_service() {
   CommunicationService service = CommunicationFactory.service(CommunicationServiceType.FAX);
   service.send("hello strategy");
 }