Class JdbcTestSupportTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class JdbcTestSupportTest extends ServicelayerBaseTest
  • Constructor Details

    • JdbcTestSupportTest

      public JdbcTestSupportTest()
  • Method Details

    • setUp

      public void setUp()
    • tearDown

      public void tearDown()
    • shouldNotCollectStatementsWhenStatiscticsAreNotAttachedToTheThread

      public void shouldNotCollectStatementsWhenStatiscticsAreNotAttachedToTheThread()
    • shouldCollectStatementsWhenStatiscticsAreAttachedToTheThread

      public void shouldCollectStatementsWhenStatiscticsAreAttachedToTheThread()
    • shouldCollectSelectStatements

      public void shouldCollectSelectStatements()
    • shouldCollectStatementsOnlyFromAttachedThreads

      public void shouldCollectStatementsOnlyFromAttachedThreads() throws InterruptedException
      Throws:
      InterruptedException