Searched defs:util (Results 76 - 100 of 300) sorted by relevance

1234567891011>>

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DIllegalFormatConversionExceptionTest.java17 package org.apache.harmony.luni.tests.java.util;
20 import java.util.IllegalFormatConversionException;
30 * @tests java.util.IllegalFormatConversionException#IllegalFormatConversionException(char,
43 * @tests java.util.IllegalFormatConversionException#getArgumentClass()
56 * @tests java.util.IllegalFormatConversionException#getConversion()
68 * @tests java.util.IllegalFormatConversionException#getMessage()
H A DIllegalFormatFlagsExceptionTest.java17 package org.apache.harmony.luni.tests.java.util;
20 import java.util.IllegalFormatFlagsException;
30 * @tests java.util.IllegalFormatFlagsException#IllegalFormatFlagsException(String)
42 * @tests java.util.IllegalFormatFlagsException.getFlags()
52 * @tests java.util.IllegalFormatFlagsException.getMessage()
H A DIllegalFormatPrecisionExceptionTest.java16 package org.apache.harmony.luni.tests.java.util;
19 import java.util.IllegalFormatPrecisionException;
29 * @tests java.util.IllegalFormatPrecisionException#IllegalFormatPrecisionException(int)
39 * @tests java.util.IllegalFormatPrecisionException#getPrecision()
49 * @tests method for 'java.util.IllegalFormatPrecisionException#getMessage()
H A DIllegalFormatWidthExceptionTest.java16 package org.apache.harmony.luni.tests.java.util;
19 import java.util.IllegalFormatWidthException;
29 * @tests java.util.IllegalFormatWidthException#IllegalFormatWidthException(int)
40 * @tests java.util.IllegalFormatWidthException#getWidth()
51 * @tests java.util.IllegalFormatWidthException#getMessage()
H A DInputMismatchExceptionTest.java16 package org.apache.harmony.luni.tests.java.util;
19 import java.util.InputMismatchException;
20 import java.util.NoSuchElementException;
31 * @tests java.util.InputMismatchException#InputMismatchException()
42 * @tests java.util.InputMismatchException#InputMismatchException(String)
H A DListResourceBundleTest.java18 package org.apache.harmony.luni.tests.java.util;
20 import java.util.Enumeration;
21 import java.util.Locale;
22 import java.util.ResourceBundle;
23 import java.util.Set;
24 import java.util.Vector;
30 * @tests java.util.ListResourceBundle#getKeys()
52 * @tests {@link java.util.ListResourceBundle#handleKeySet()}
H A DMissingFormatArgumentExceptionTest.java17 package org.apache.harmony.luni.tests.java.util;
20 import java.util.MissingFormatArgumentException;
30 * @tests java.util.MissingFormatArgumentException#MissingFormatArgumentException(String)
43 * @tests java.util.MissingFormatArgumentException#getFormatSpecifier()
53 * @tests java.util.MissingFormatArgumentException#getMessage()
H A DMissingFormatWidthExceptionTest.java16 package org.apache.harmony.luni.tests.java.util;
19 import java.util.MissingFormatWidthException;
29 * @tests java.util.MissingFormatWidthException#MissingFormatWidthException(String)
41 * @tests java.util.MissingFormatWidthException#getFormatSpecifier()
52 * @tests java.util.MissingFormatWidthException#getMessage()
H A DMissingResourceExceptionTest.java18 package org.apache.harmony.luni.tests.java.util;
20 import java.util.Locale;
21 import java.util.MissingResourceException;
22 import java.util.ResourceBundle;
27 * @tests java.util.MissingResourceException#MissingResourceException(java.lang.String,
31 // Test for method java.util.MissingResourceException(java.lang.String,
42 * @tests java.util.MissingResourceException#getClassName()
46 // java.util.MissingResourceException.getClassName()
56 * @tests java.util.MissingResourceException#getKey()
60 // java.util
[all...]
H A DNoSuchElementExceptionTest.java18 package org.apache.harmony.luni.tests.java.util;
20 import java.util.NoSuchElementException;
21 import java.util.Vector;
26 * @tests java.util.NoSuchElementException#NoSuchElementException()
29 // Test for method java.util.NoSuchElementException()
42 * @tests java.util.NoSuchElementException#NoSuchElementException(java.lang.String)
45 // Test for method java.util.NoSuchElementException(java.lang.String)
H A DServiceConfigurationErrorTest.java18 package org.apache.harmony.luni.tests.java.util;
20 import java.util.ServiceConfigurationError;
27 * Tests for java.util.ServiceConfigurationError
34 * @tests {@link java.util.ServiceConfigurationError#ServiceConfigurationError(String)}
44 * @tests {@link java.util.ServiceConfigurationError#ServiceConfigurationError(String, Throwable)}
H A DTooManyListenersExceptionTest.java18 package org.apache.harmony.luni.tests.java.util;
20 import java.util.TooManyListenersException;
25 * @tests java.util.TooManyListenersException#TooManyListenersException()
28 // Test for method java.util.TooManyListenersException()
39 * @tests java.util.TooManyListenersException#TooManyListenersException(java.lang.String)
42 // Test for method java.util.TooManyListenersException(java.lang.String)
H A DUnknownFormatConversionExceptionTest.java16 package org.apache.harmony.luni.tests.java.util;
19 import java.util.UnknownFormatConversionException;
29 * @tests java.util.UnknownFormatConversionException#UnknownFormatConversionException(String)
43 * @tests java.util.UnknownFormatConversionException#getConversion()
53 * @tests java.util.UnknownFormatConversionException#getMessage()
H A DUnknownFormatFlagsExceptionTest.java17 package org.apache.harmony.luni.tests.java.util;
20 import java.util.UnknownFormatFlagsException;
30 * @tests java.util.UnknownFormatFlagsException#UnknownFormatFlagsException(String)
43 * @tests java.util.UnknownFormatFlagsException#getFlags()
53 * @tests java.util.UnknownFormatFlagsException#getMessage()
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
H A DBackingStoreExceptionTest.java17 package org.apache.harmony.prefs.tests.java.util.prefs;
19 import java.util.prefs.BackingStoreException;
H A DFilePreferencesImplTest.java17 package org.apache.harmony.prefs.tests.java.util.prefs;
22 import java.util.prefs.BackingStoreException;
23 import java.util.prefs.Preferences;
39 prevFactory = System.getProperty("java.util.prefs.PreferencesFactory");
40 System.setProperty("java.util.prefs.PreferencesFactory", "java.util.prefs.FilePreferencesFactoryImpl");
49 System.setProperty("java.util.prefs.PreferencesFactory", prevFactory);
H A DInvalidPreferencesFormatExceptionTest.java17 package org.apache.harmony.prefs.tests.java.util.prefs;
19 import java.util.prefs.InvalidPreferencesFormatException;
H A DMockPreferencesFactory.java17 package org.apache.harmony.prefs.tests.java.util.prefs;
19 import java.util.prefs.Preferences;
20 import java.util.prefs.PreferencesFactory;
H A DNodeChangeEventTest.java17 package org.apache.harmony.prefs.tests.java.util.prefs;
20 import java.util.prefs.NodeChangeEvent;
21 import java.util.prefs.Preferences;
H A DPreferenceChangeEventTest.java17 package org.apache.harmony.prefs.tests.java.util.prefs;
20 import java.util.prefs.PreferenceChangeEvent;
21 import java.util.prefs.Preferences;
H A DPreferenceChangeListenerTest.java17 package org.apache.harmony.prefs.tests.java.util.prefs;
19 import java.util.prefs.PreferenceChangeEvent;
20 import java.util.prefs.PreferenceChangeListener;
21 import java.util.prefs.Preferences;
H A DPreferencesFactoryTest.java17 package org.apache.harmony.prefs.tests.java.util.prefs;
19 import java.util.prefs.Preferences;
20 import java.util.prefs.PreferencesFactory;
/external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
H A DMatcher2Test.java17 package org.apache.harmony.tests.java.util.regex;
19 import java.util.regex.Matcher;
20 import java.util.regex.Pattern;
21 import java.util.regex.PatternSyntaxException;
H A DPatternSyntaxExceptionTest.java17 package org.apache.harmony.tests.java.util.regex;
21 import java.util.regex.Pattern;
22 import java.util.regex.PatternSyntaxException;
H A DReplaceTest.java17 package org.apache.harmony.tests.java.util.regex;
19 import java.util.regex.Matcher;
20 import java.util.regex.Pattern;
21 import java.util.regex.PatternSyntaxException;

Completed in 822 milliseconds

1234567891011>>