org.alfresco.repo.content.transform
Class AbstractContentTransformerLimitsTest

java.lang.Object
  extended by org.alfresco.repo.content.transform.AbstractContentTransformerLimitsTest

public class AbstractContentTransformerLimitsTest
extends java.lang.Object

Test methods that control limits in AbstractContentTransformerLimits


Constructor Summary
AbstractContentTransformerLimitsTest()
           
 
Method Summary
 void setUp()
           
 void testIsTransformableSize()
           
 void testIsTransformableSizeWithPageLimit()
           
 void testMaxPages()
           
 void testMaxSourceSizeKBytes()
           
 void testMimetypeLimit()
           
 void testMimetypeLimitSourceWildcard()
           
 void testMimetypeLimitTargetWildcard()
           
 void testPageLimit()
           
 void testPassedInOptions()
           
 void testReadLimitKBytes()
           
 void testReadLimitTimeMs()
           
 void testSetReaderLimits()
           
 void testTimeoutMs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractContentTransformerLimitsTest

public AbstractContentTransformerLimitsTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

testTimeoutMs

public void testTimeoutMs()
                   throws java.lang.Exception
Throws:
java.lang.Exception

testReadLimitTimeMs

public void testReadLimitTimeMs()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testMaxSourceSizeKBytes

public void testMaxSourceSizeKBytes()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testReadLimitKBytes

public void testReadLimitKBytes()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testMaxPages

public void testMaxPages()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testPageLimit

public void testPageLimit()
                   throws java.lang.Exception
Throws:
java.lang.Exception

testMimetypeLimit

public void testMimetypeLimit()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testMimetypeLimitTargetWildcard

public void testMimetypeLimitTargetWildcard()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

testMimetypeLimitSourceWildcard

public void testMimetypeLimitSourceWildcard()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

testPassedInOptions

public void testPassedInOptions()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testIsTransformableSize

public void testIsTransformableSize()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testIsTransformableSizeWithPageLimit

public void testIsTransformableSizeWithPageLimit()
                                          throws java.lang.Exception
Throws:
java.lang.Exception

testSetReaderLimits

public void testSetReaderLimits()
                         throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.