/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package eu.impact_project.wsclient; import org.junit.Test; import static org.junit.Assert.*; /** * * @author Impact */ public class EncryptDecryptTest { /** * Test of main method, of class EncryptDecrypt. */ @Test public void testMain() { System.out.println("main"); String[] args = null; EncryptDecrypt.main(args); } }