public class YamlResourceBundleTest extends Object
YamlResourceBundle.| コンストラクタと説明 |
|---|
YamlResourceBundleTest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
control_getFormats_BaseNameIsRequired()
Test of
YamlResourceBundle.Control.getFormats(String). |
void |
control_getFormats_GetFormats()
Test of
YamlResourceBundle.Control.getFormats(String). |
void |
control_newBundle_BaseNameIsRequired()
Test of
YamlResourceBundle.Control.newBundle(String, Locale, String, ClassLoader, boolean). |
void |
control_newBundle_FormatIsRequired()
Test of
YamlResourceBundle.Control.newBundle(String, Locale, String, ClassLoader, boolean). |
void |
control_newBundle_GetBundleForYaml()
Test of
YamlResourceBundle.Control.newBundle(String, Locale, String, ClassLoader, boolean). |
void |
control_newBundle_GetBundleWithLocale()
Test of
YamlResourceBundle.Control.newBundle(String, Locale, String, ClassLoader, boolean). |
void |
control_newBundle_GetBundleYamlOnly()
Test of
YamlResourceBundle.Control.newBundle(String, Locale, String, ClassLoader, boolean). |
void |
control_newBundle_GetBundleYmlOnly()
Test of
YamlResourceBundle.Control.newBundle(String, Locale, String, ClassLoader, boolean). |
void |
control_newBundle_GetInvalidFormatBundle()
Test of
YamlResourceBundle.Control.newBundle(String, Locale, String, ClassLoader, boolean). |
void |
control_newBundle_LoaderIsRequired()
Test of
YamlResourceBundle.Control.newBundle(String, Locale, String, ClassLoader, boolean). |
void |
control_newBundle_LocaleIsRequired()
Test of
YamlResourceBundle.Control.newBundle(String, Locale, String, ClassLoader, boolean). |
void |
control_newBundle_UnknownFormat()
Test of
YamlResourceBundle.Control.newBundle(String, Locale, String, ClassLoader, boolean). |
void |
getKeys_CallHandleKeySet()
Test of
YamlResourceBundle.getKeys(). |
void |
handleGetObject_GetNestedString()
Test of
YamlResourceBundle.handleGetObject(String). |
void |
handleGetObject_GetNestedStringArray()
Test of
YamlResourceBundle.handleGetObject(String). |
void |
handleGetObject_GetString()
Test of
YamlResourceBundle.handleGetObject(String). |
void |
handleGetObject_GetStringArray()
Test of
YamlResourceBundle.handleGetObject(String). |
void |
handleGetObject_KeyIsRequired()
Test of
YamlResourceBundle.handleGetObject(String). |
void |
handleGetObject_OverrideIfKeyIsDuplicate()
Test of
YamlResourceBundle.handleGetObject(String). |
void |
handleGetObject_OverrideIfNestedKeyIsDuplicate()
Test of
YamlResourceBundle.handleGetObject(String). |
void |
handleKeySet_GetArrayKeySet()
Test of
YamlResourceBundle.handleKeySet(). |
void |
handleKeySet_GetKeySet()
Test of
YamlResourceBundle.handleKeySet(). |
void |
handleKeySet_GetNestedArrayKeySet()
Test of
YamlResourceBundle.handleKeySet(). |
void |
handleKeySet_GetNestedKeySet()
Test of
YamlResourceBundle.handleKeySet(). |
void |
new_InputStreamIsRequired()
Test of
YamlResourceBundle.YamlResourceBundle(InputStream). |
void |
new_InstaniationForInputStream()
Test of
YamlResourceBundle.YamlResourceBundle(InputStream). |
void |
new_InstaniationForReader()
Test of
YamlResourceBundle.YamlResourceBundle(Reader). |
void |
new_InstaniationForString()
Test of
YamlResourceBundle.YamlResourceBundle(String). |
void |
new_InvalidFormatForInputStream()
Test of
YamlResourceBundle.YamlResourceBundle(InputStream). |
void |
new_InvalidFormatForReader()
Test of
YamlResourceBundle.YamlResourceBundle(Reader). |
void |
new_InvalidFormatForString()
Test of
YamlResourceBundle.YamlResourceBundle(String). |
void |
new_ReaderIsRequired()
Test of
YamlResourceBundle.YamlResourceBundle(Reader). |
void |
new_StringIsRequired()
Test of
YamlResourceBundle.YamlResourceBundle(String). |
public void new_InstaniationForString()
YamlResourceBundle.YamlResourceBundle(String).public void new_StringIsRequired()
YamlResourceBundle.YamlResourceBundle(String).public void new_InvalidFormatForString()
YamlResourceBundle.YamlResourceBundle(String).public void new_InstaniationForInputStream()
throws IOException
YamlResourceBundle.YamlResourceBundle(InputStream).IOException - If an error occurred when reading resources using any I/O operations.public void new_InputStreamIsRequired()
YamlResourceBundle.YamlResourceBundle(InputStream).public void new_InvalidFormatForInputStream()
throws IOException
YamlResourceBundle.YamlResourceBundle(InputStream).IOException - If an error occurred when reading resources using any I/O operations.public void new_InstaniationForReader()
throws IOException
YamlResourceBundle.YamlResourceBundle(Reader).IOException - If an error occurred when reading resources using any I/O operations.public void new_ReaderIsRequired()
YamlResourceBundle.YamlResourceBundle(Reader).public void new_InvalidFormatForReader()
throws IOException
YamlResourceBundle.YamlResourceBundle(Reader).IOException - If an error occurred when reading resources using any I/O operations.public void handleKeySet_GetKeySet()
YamlResourceBundle.handleKeySet().public void handleKeySet_GetNestedKeySet()
YamlResourceBundle.handleKeySet().public void handleKeySet_GetArrayKeySet()
YamlResourceBundle.handleKeySet().public void handleKeySet_GetNestedArrayKeySet()
YamlResourceBundle.handleKeySet().public void getKeys_CallHandleKeySet()
YamlResourceBundle.getKeys().public void handleGetObject_GetString()
YamlResourceBundle.handleGetObject(String).public void handleGetObject_GetNestedString()
YamlResourceBundle.handleGetObject(String).public void handleGetObject_GetStringArray()
YamlResourceBundle.handleGetObject(String).public void handleGetObject_GetNestedStringArray()
YamlResourceBundle.handleGetObject(String).public void handleGetObject_OverrideIfKeyIsDuplicate()
YamlResourceBundle.handleGetObject(String).public void handleGetObject_OverrideIfNestedKeyIsDuplicate()
YamlResourceBundle.handleGetObject(String).public void handleGetObject_KeyIsRequired()
YamlResourceBundle.handleGetObject(String).public void control_getFormats_GetFormats()
YamlResourceBundle.Control.getFormats(String).public void control_getFormats_BaseNameIsRequired()
YamlResourceBundle.Control.getFormats(String).public void control_newBundle_GetBundleForYaml()
YamlResourceBundle.Control.newBundle(String, Locale, String, ClassLoader, boolean).public void control_newBundle_GetBundleYamlOnly()
YamlResourceBundle.Control.newBundle(String, Locale, String, ClassLoader, boolean).public void control_newBundle_GetBundleYmlOnly()
YamlResourceBundle.Control.newBundle(String, Locale, String, ClassLoader, boolean).public void control_newBundle_GetBundleWithLocale()
YamlResourceBundle.Control.newBundle(String, Locale, String, ClassLoader, boolean).public void control_newBundle_GetInvalidFormatBundle()
YamlResourceBundle.Control.newBundle(String, Locale, String, ClassLoader, boolean).public void control_newBundle_BaseNameIsRequired()
YamlResourceBundle.Control.newBundle(String, Locale, String, ClassLoader, boolean).public void control_newBundle_LocaleIsRequired()
YamlResourceBundle.Control.newBundle(String, Locale, String, ClassLoader, boolean).public void control_newBundle_FormatIsRequired()
YamlResourceBundle.Control.newBundle(String, Locale, String, ClassLoader, boolean).public void control_newBundle_LoaderIsRequired()
YamlResourceBundle.Control.newBundle(String, Locale, String, ClassLoader, boolean).public void control_newBundle_UnknownFormat()
throws IllegalAccessException,
InstantiationException,
IOException
YamlResourceBundle.Control.newBundle(String, Locale, String, ClassLoader, boolean).IllegalAccessException - If the class or constructor is not accessible.InstantiationException - If the instantiation of a class fails for some other reason.IOException - If an error occurred when reading resources using any I/O operations.Copyright © 2015. All rights reserved.