public class TestBundleResourceLoader extends Object
| Constructor and Description |
|---|
TestBundleResourceLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
testGetNullKey()
Tests accessing a resource with a null key.
|
void |
testGetUnknownKey()
Tests accessing an unknown key from a resource group.
|
void |
testIncompleteGroups()
Tests if incomplete groups can be used, e.g. if for a locale not all
available keys are located, for the missing keys resources of the default
group should be returned.
|
void |
testLoadConcurrent()
Tests the load() method if it is access by multiple threads.
|
void |
testLoadDefaultInstance()
Tests whether an instance created through the standard constructor can
load resources.
|
void |
testLoadGroupDefaults()
Tests if default resources are loaded if an unknown locale is specified.
|
void |
testLoadGroupFromCache()
Tests caching.
|
void |
testLoadGroupNull()
Tests loading a group with null name.
|
void |
testLoadGroupUnknown()
Tests loading an unknown resource group.
|
void |
testLoadWithCLP()
Tests whether resources can be loaded if a class loader provider is
available with a default class loader.
|
void |
testLoadWithCLPAndCLName()
Tests whether a specific class loader can be used for resource access.
|
void |
testLoadWithCLPFallBack()
Tests whether a fall-back class loader is tried if loading resources from
the class loader provider fails.
|
public void testLoadDefaultInstance()
public void testLoadWithCLP()
public void testLoadWithCLPAndCLName()
public void testLoadWithCLPFallBack()
public void testLoadConcurrent()
throws InterruptedException
InterruptedExceptionpublic void testLoadGroupUnknown()
public void testLoadGroupNull()
public void testLoadGroupFromCache()
public void testGetUnknownKey()
public void testGetNullKey()
public void testLoadGroupDefaults()
public void testIncompleteGroups()
Copyright © 2016 The JGUIraffe Team. All rights reserved.