org.alfresco.repo.audit
Class AuditBootstrapTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.alfresco.repo.audit.AuditBootstrapTest
All Implemented Interfaces:
junit.framework.Test

public class AuditBootstrapTest
extends junit.framework.TestCase

Tests that auditing is loaded properly on repository startup.

Since:
3.2
See Also:
AuditBootstrap

Constructor Summary
AuditBootstrapTest()
           
 
Method Summary
 void setUp()
           
protected  void tearDown()
           
 void testAuditApplication_GetDataExtractors()
           
 void testAuditApplication_GetDataGenerators()
           
 void testAuditApplication_Path()
           
 void testGetApplicationByKey()
           
 void testGetApplicationId()
           
 void testGetApplications()
           
 void testGetPathMappings()
           
 void testModelLoading_BadGeneratorRegisteredName()
           
 void testModelLoading_DuplicatePath()
           
 void testModelLoading_InvalidDataGeneratorName()
           
 void testModelLoading_NoDataExtractor()
           
 void testModelLoading_NoDataGenerator()
           
 void testModelLoading_UppercasePath()
           
 void testSetUp()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuditBootstrapTest

public AuditBootstrapTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
java.lang.Exception

testSetUp

public void testSetUp()

testModelLoading_NoDataExtractor

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

testModelLoading_NoDataGenerator

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

testModelLoading_DuplicatePath

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

testModelLoading_UppercasePath

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

testModelLoading_InvalidDataGeneratorName

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

testModelLoading_BadGeneratorRegisteredName

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

testGetApplicationId

public void testGetApplicationId()

testGetApplications

public void testGetApplications()

testGetApplicationByKey

public void testGetApplicationByKey()

testGetPathMappings

public void testGetPathMappings()

testAuditApplication_Path

public void testAuditApplication_Path()

testAuditApplication_GetDataExtractors

public void testAuditApplication_GetDataExtractors()

testAuditApplication_GetDataGenerators

public void testAuditApplication_GetDataGenerators()


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