Java Doc for TestFileConfiguration.java in » Library » Apache-commons-configuration-1.4-src » org » apache » commons » configuration » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
Library
»
Apache commons configuration 1.4 src
»
org.apache.commons.configuration
Source Cross Reference
Class Diagram
Java Document (Java Doc)
org.apache.commons.configuration
.TestFileConfiguration
TestFileConfiguration
public
class TestFileConfiguration extends TestCase
(Code)
author:
Emmanuel Bourg
version:
$Revision: 497574 $, $Date: 2007-01-18 22:02:55 +0100 (Do, 18 Jan 2007) $
Method Summary
public
void
testClone
()
Tests cloning a file based configuration.
public
void
testCreateFile1
()
public
void
testCreateFile2
()
public
void
testCreateFile3
()
public
void
testFileOverwrite
()
Tests if the URL used by the load() method is also used by save().
public
void
testGetFile
()
Tests the getFile() method.
public
void
testInitFromClassPath
()
Tests whether the constructor behaves the same as setFileName() when the configuration source is in the classpath.
public
void
testLoadDirectory
()
Checks that loading a directory instead of a file throws an exception.
public
void
testLoadFromClassPath
()
Tests the loading of configuration file in a Combined configuration when the configuration source is in the classpath.
public
void
testLocations
()
public
void
testLogErrorListener
()
Tests whether an error log listener was registered at the configuration.
public
void
testPathWithSpaces
()
Tests loading and saving a configuration file with a complicated path name including spaces.
public
void
testReloadError
()
Tests handling of errors in the reload() method.
public
void
testReloadingWithAutoSave
()
Tests setting a file changed reloading strategy together with the auto save feature.
public
void
testSaveInvalidURL
()
Tests if invalid URLs cause an exception.
public
void
testSaveWithoutFileName
()
Tests to invoke save() without explicitely setting a file name.
public
void
testSetURL
()
public
void
testSetURLWithParams
()
public
void
testWithConfigurationFactory
()
Method Detail
testClone
public
void testClone() throws
ConfigurationException
(Code)
Tests cloning a file based configuration.
testCreateFile1
public
void testCreateFile1() throws
Exception
(Code)
testCreateFile2
public
void testCreateFile2() throws
Exception
(Code)
testCreateFile3
public
void testCreateFile3() throws
Exception
(Code)
testFileOverwrite
public
void testFileOverwrite() throws
Exception
(Code)
Tests if the URL used by the load() method is also used by save().
testGetFile
public
void testGetFile() throws
ConfigurationException
(Code)
Tests the getFile() method.
testInitFromClassPath
public
void testInitFromClassPath() throws
ConfigurationException
(Code)
Tests whether the constructor behaves the same as setFileName() when the configuration source is in the classpath.
testLoadDirectory
public
void testLoadDirectory()
(Code)
Checks that loading a directory instead of a file throws an exception.
testLoadFromClassPath
public
void testLoadFromClassPath() throws
ConfigurationException
(Code)
Tests the loading of configuration file in a Combined configuration when the configuration source is in the classpath.
testLocations
public
void testLocations() throws
Exception
(Code)
testLogErrorListener
public
void testLogErrorListener()
(Code)
Tests whether an error log listener was registered at the configuration.
testPathWithSpaces
public
void testPathWithSpaces() throws
Exception
(Code)
Tests loading and saving a configuration file with a complicated path name including spaces. (related to issue 35210)
testReloadError
public
void testReloadError() throws
ConfigurationException
(Code)
Tests handling of errors in the reload() method.
testReloadingWithAutoSave
public
void testReloadingWithAutoSave() throws
Exception
(Code)
Tests setting a file changed reloading strategy together with the auto save feature.
testSaveInvalidURL
public
void testSaveInvalidURL() throws
Exception
(Code)
Tests if invalid URLs cause an exception.
testSaveWithoutFileName
public
void testSaveWithoutFileName() throws
Exception
(Code)
Tests to invoke save() without explicitely setting a file name. This will cause an exception.
testSetURL
public
void testSetURL() throws
Exception
(Code)
testSetURLWithParams
public
void testSetURLWithParams() throws
Exception
(Code)
testWithConfigurationFactory
public
void testWithConfigurationFactory() throws
Exception
(Code)
Tests collaboration with ConfigurationFactory: Is the base path set on loading is valid in file based configurations?
throws:
Exception
- if an error occurs
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.