1 7 package test.adwt.action; 8 9 import java.util.Locale ; 10 11 15 public class FR_fr_ActionTest extends ActionTest 16 { 17 18 public FR_fr_ActionTest() 19 { 20 super(); 21 } 22 23 24 29 public FR_fr_ActionTest(String name) 30 { 31 super(name); 32 } 33 34 35 36 public void testInstantiation() 37 { 38 Locale locale = new Locale ("fr", "FR"); 39 this.doTestInstantiation(locale); 40 } 41 } 42 | Popular Tags |