Minor updated
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@86189 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
d06b600828
commit
d1d7a23510
|
@ -10,14 +10,10 @@ import com.google.gwt.user.client.rpc.AsyncCallback;
|
|||
import com.google.gwt.user.client.rpc.ServiceDefTarget;
|
||||
|
||||
/**
|
||||
* GWT JUnit <b>integration</b> tests must extend GWTTestCase. Using
|
||||
* <code>"GwtTest*"</code> naming pattern exclude them from running with
|
||||
* surefire during the test phase.
|
||||
*
|
||||
* If you run the tests using the Maven command line, you will have to navigate
|
||||
* with your browser to a specific url given by Maven. See
|
||||
* http://mojo.codehaus.org/gwt-maven-plugin/user-guide/testing.html for
|
||||
* details.
|
||||
* @author "Giancarlo Panichi"
|
||||
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
|
||||
*
|
||||
*/
|
||||
public class GwtTestTDGWTService extends GWTTestCase {
|
||||
|
||||
|
|
|
@ -22,6 +22,12 @@ import org.gcube.portlets.user.td.gwtservice.shared.Constants;
|
|||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author "Giancarlo Panichi"
|
||||
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
|
||||
*
|
||||
*/
|
||||
public class TestService {
|
||||
|
||||
protected Map<String, Object> getParameterInvocation() {
|
||||
|
|
|
@ -10,6 +10,12 @@ import org.gcube.portlets.user.td.gwtservice.shared.Constants;
|
|||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author "Giancarlo Panichi"
|
||||
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
|
||||
*
|
||||
*/
|
||||
public class TestServiceOperations {
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue