/*
* 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 SecurityTest
{
/**
* Test of main method, of class Security.
*/
@Test
public void testMain()
{
System.out.println("main");
String[] args = null;
Security.main(args);
}
}