org.apache.tapestry.asset
Class TestAssetService

java.lang.Object
  extended by TestBase
      extended by org.apache.tapestry.asset.TestAssetService

public class TestAssetService
extends TestBase

Tests functionality of AssetService.

Author:
jkuhnert

Constructor Summary
TestAssetService()
           
 
Method Summary
 void test_Cached_Resource_Good()
           
 void test_Cached_Resource_Null_Modified()
           
 void test_Cached_Resource_Stale()
           
 void test_ETag_Header_Response()
           
 void test_Invalid_Resource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestAssetService

public TestAssetService()
Method Detail

test_Cached_Resource_Null_Modified

public void test_Cached_Resource_Null_Modified()

test_Cached_Resource_Stale

public void test_Cached_Resource_Stale()

test_Cached_Resource_Good

public void test_Cached_Resource_Good()
                               throws Exception
Throws:
Exception

test_ETag_Header_Response

public void test_ETag_Header_Response()
                               throws Exception
Throws:
Exception

test_Invalid_Resource

public void test_Invalid_Resource()
                           throws Exception
Throws:
Exception


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