org.apache.tapestry.asset
Class ClasspathAssetFactoryTest

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.asset.ClasspathAssetFactoryTest

public class ClasspathAssetFactoryTest
extends BaseComponentTestCase

Tests for ClasspathAssetFactory.

Author:
Howard M. Lewis Ship

Constructor Summary
ClasspathAssetFactoryTest()
           
 
Method Summary
 void test_Absolute_Asset_Exists()
           
 void test_Create_Absolute_Asset_Missing()
           
 void test_Create_Absolute_Asset()
           
 void test_Create_Asset_Missing()
           
 void test_Create_Asset()
           
 void test_Create_Directory_Asset()
           
 void test_Create_Relative_Directory_Asset()
           
 void test_Create_Relative_Directory_Missing_Asset()
           
 void test_Relative_Directory_Path()
          Tests relative sub-directory paths.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClasspathAssetFactoryTest

public ClasspathAssetFactoryTest()
Method Detail

test_Create_Asset

public void test_Create_Asset()

test_Absolute_Asset_Exists

public void test_Absolute_Asset_Exists()

test_Create_Asset_Missing

public void test_Create_Asset_Missing()

test_Create_Absolute_Asset

public void test_Create_Absolute_Asset()

test_Create_Absolute_Asset_Missing

public void test_Create_Absolute_Asset_Missing()

test_Create_Directory_Asset

public void test_Create_Directory_Asset()

test_Create_Relative_Directory_Asset

public void test_Create_Relative_Directory_Asset()

test_Create_Relative_Directory_Missing_Asset

public void test_Create_Relative_Directory_Missing_Asset()

test_Relative_Directory_Path

public void test_Relative_Directory_Path()
Tests relative sub-directory paths.



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.