Package tests.support

Examples of tests.support.Support_DecimalFormat


     * @tests java.text.DecimalFormat#format(double, java.lang.StringBuffer,
     *        java.text.FieldPosition)
     */
    //FIXME This test fails on Harmony ClassLibrary
    public void test_formatDLjava_lang_StringBufferLjava_text_FieldPosition() {
        new Support_DecimalFormat(
                "test_formatDLjava_lang_StringBufferLjava_text_FieldPosition")
                .t_format_with_FieldPosition();

        int failCount = 0;
        Support_BitSet failures = new Support_BitSet();
View Full Code Here


            fail("NullPointerException expected");
        } catch (NullPointerException e) {
            // expected
        }

        new Support_DecimalFormat(
                "test_formatToCharacterIteratorLjava_lang_Object")
                .t_formatToCharacterIterator();
    }
View Full Code Here

     * @tests java.text.DecimalFormat#format(double, java.lang.StringBuffer,
     *        java.text.FieldPosition)
     */
    //FIXME This test fails on Harmony ClassLibrary
    public void test_formatDLjava_lang_StringBufferLjava_text_FieldPosition() {
        new Support_DecimalFormat(
                "test_formatDLjava_lang_StringBufferLjava_text_FieldPosition")
                .t_format_with_FieldPosition();

        int failCount = 0;
        Support_BitSet failures = new Support_BitSet();
View Full Code Here

            fail("NullPointerException expected");
        } catch (NullPointerException e) {
            // expected
        }

        new Support_DecimalFormat(
                "test_formatToCharacterIteratorLjava_lang_Object")
                .t_formatToCharacterIterator();
    }
View Full Code Here

TOP

Related Classes of tests.support.Support_DecimalFormat

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.