Class AbstractDaoInRDSTest

java.lang.Object
net.avcompris.commons3.dao.impl.AbstractDaoInRDSTest

public class AbstractDaoInRDSTest extends Object
  • Constructor Details

    • AbstractDaoInRDSTest

      public AbstractDaoInRDSTest()
  • Method Details

    • testToSQLOrderByDirective_empty

      @Test public void testToSQLOrderByDirective_empty() throws Exception
      Throws:
      Exception
    • testToSQLOrderByDirective_1

      @Test public void testToSQLOrderByDirective_1() throws Exception
      Throws:
      Exception
    • testToSQLOrderByDirective_2

      @Test public void testToSQLOrderByDirective_2() throws Exception
      Throws:
      Exception
    • testToSQLOrderByDirective_1_desc

      @Test public void testToSQLOrderByDirective_1_desc() throws Exception
      Throws:
      Exception
    • testToSQLOrderByDirective_2_asc_desc

      @Test public void testToSQLOrderByDirective_2_asc_desc() throws Exception
      Throws:
      Exception
    • testToSQLOrderByDirective_2_desc_desc

      @Test public void testToSQLOrderByDirective_2_desc_desc() throws Exception
      Throws:
      Exception
    • testToSQLOrderByDirective_2_desc_asc

      @Test public void testToSQLOrderByDirective_2_desc_asc() throws Exception
      Throws:
      Exception