org.apache.maven.shared.utils
Class PropertyUtilsTest

java.lang.Object
  extended by org.apache.maven.shared.utils.PropertyUtilsTest

public class PropertyUtilsTest
extends Object


Field Summary
 TemporaryFolder tempFolder
           
 
Constructor Summary
PropertyUtilsTest()
           
 
Method Summary
 void loadEmptyFile()
           
 void loadEmptyInputStream()
           
 void loadEmptyURL()
           
 void loadNullFile()
           
 void loadNullInputStream()
           
 void loadNullURL()
           
 void loadValidFile()
           
 void loadValidInputStream()
           
 void loadValidURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tempFolder

public TemporaryFolder tempFolder
Constructor Detail

PropertyUtilsTest

public PropertyUtilsTest()
Method Detail

loadNullInputStream

public void loadNullInputStream()
                         throws Exception
Throws:
Exception

loadNullURL

public void loadNullURL()
                 throws Exception
Throws:
Exception

loadNullFile

public void loadNullFile()
                  throws Exception
Throws:
Exception

loadEmptyInputStream

public void loadEmptyInputStream()
                          throws Exception
Throws:
Exception

loadEmptyFile

public void loadEmptyFile()
                   throws Exception
Throws:
Exception

loadEmptyURL

public void loadEmptyURL()
                  throws Exception
Throws:
Exception

loadValidInputStream

public void loadValidInputStream()
                          throws Exception
Throws:
Exception

loadValidFile

public void loadValidFile()
                   throws Exception
Throws:
Exception

loadValidURL

public void loadValidURL()
                  throws Exception
Throws:
Exception


Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.