Home | History | Annotate | Download | only in languages
      1 /* GENERATED SOURCE. DO NOT MODIFY. */
      2 /*
      3 ******************************************************************************
      4 * Copyright (C) 2007, International Business Machines Corporation and        *
      5 * others. All Rights Reserved.                                               *
      6 ******************************************************************************
      7 */
      8 
      9 // Copyright 2006 Google Inc.  All Rights Reserved.
     10 
     11 package android.icu.dev.test.duration.languages;
     12 
     13 import android.icu.dev.test.duration.LanguageTestRoot;
     14 import org.junit.runner.RunWith;
     15 import android.icu.junit.IcuTestFmwkRunner;
     16 
     17 /**
     18  * Test cases for fr
     19  */
     20 @RunWith(IcuTestFmwkRunner.class)
     21 public class Test_fr extends LanguageTestRoot {
     22 
     23   /**
     24    * Invoke the tests.
     25    */
     26   public static void main(String[] args) {
     27       new Test_fr().run(args);
     28   }
     29 
     30   /**
     31    * Constructor.
     32    */
     33   public Test_fr() {
     34     super("fr", false);
     35   }
     36 }
     37