PeriodBuilderTest.java :  » UnTagged » android-zmanim » com » ibm » icu » dev » test » duration » Android Open Source

Android Open Source » UnTagged » android zmanim 
android zmanim » com » ibm » icu » dev » test » duration » PeriodBuilderTest.java
/*
******************************************************************************
* Copyright (C) 2007, International Business Machines Corporation and        *
* others. All Rights Reserved.                                               *
******************************************************************************
*/

// Copyright 2006 Google Inc.  All Rights Reserved.

package com.ibm.icu.dev.test.duration;

import com.ibm.icu.dev.test.TestFmwk;

public class PeriodBuilderTest extends TestFmwk {

  /**
   * Invoke the tests.
   */
  public static void main(String[] args) {
      new PeriodBuilderTest().run(args);
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.