org.alfresco.repo.domain.solr
Class SOLRDAOTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.alfresco.repo.domain.solr.SOLRDAOTest
All Implemented Interfaces:
junit.framework.Test

public class SOLRDAOTest
extends junit.framework.TestCase

Tests for the SOLR DAO

Since:
4.0

Constructor Summary
SOLRDAOTest()
           
 
Method Summary
 void setUp()
           
 void testGetNodesForStore()
           
 void testGetNodesForTxnRange()
           
 void testGetNodesSimple()
           
 void testQueryAcls_All()
           
 void testQueryAcls_Arguments()
          Argument checks.
 void testQueryAcls_Single()
           
 void testQueryChangeSets_Limit()
           
 void testQueryChangeSets_NoLimit()
           
 void testQueryChangeSets_Time()
           
 void testQueryTransactions_Limit()
           
 void testQueryTransactions_NoLimit()
           
 void testQueryTransactions_Time()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, 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

SOLRDAOTest

public SOLRDAOTest()
Method Detail

setUp

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

testQueryChangeSets_NoLimit

public void testQueryChangeSets_NoLimit()

testQueryChangeSets_Time

public void testQueryChangeSets_Time()

testQueryChangeSets_Limit

public void testQueryChangeSets_Limit()

testQueryAcls_Arguments

public void testQueryAcls_Arguments()
Argument checks.


testQueryAcls_All

public void testQueryAcls_All()

testQueryAcls_Single

public void testQueryAcls_Single()

testQueryTransactions_NoLimit

public void testQueryTransactions_NoLimit()

testQueryTransactions_Time

public void testQueryTransactions_Time()

testQueryTransactions_Limit

public void testQueryTransactions_Limit()

testGetNodesSimple

public void testGetNodesSimple()

testGetNodesForStore

public void testGetNodesForStore()

testGetNodesForTxnRange

public void testGetNodesForTxnRange()


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