blob: d32755c2a30a6aaddbd4eecdb9566be97943705d [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
/*
******************************************************************************
* Copyright (C) 2007, International Business Machines Corporation and *
* others. All Rights Reserved. *
******************************************************************************
*/
// Copyright 2006 Google Inc. All Rights Reserved.
package android.icu.dev.test.duration;
import android.icu.dev.test.TestFmwk;
import org.junit.runner.RunWith;
import android.icu.junit.IcuTestFmwkRunner;
@RunWith(IcuTestFmwkRunner.class)
public class PeriodBuilderTest extends TestFmwk {
/**
* Invoke the tests.
*/
public static void main(String[] args) {
new PeriodBuilderTest().run(args);
}
}