×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Java
Posted by: Merab Gurabanidze
Added: Jan 31, 2021 10:34 PM
Views: 4707
Tags: no tags
  1. /*
  2.  * To change this license header, choose License Headers in Project Properties.
  3.  * To change this template file, choose Tools | Templates
  4.  * and open the template in the editor.
  5.  */
  6.  
  7. import com.google.gwt.junit.client.GWTTestCase;
  8.  
  9. /**
  10.  *
  11.  * @author m71z
  12.  */
  13. public class newGWTTestCase extends GWTTestCase {
  14.  
  15.     @Override
  16.     public String getModuleName() {
  17.         throw new UnsupportedOperationException("TODO: Not implemented.");
  18.     }
  19. }
  20.