Class ErrorTextParserIntegrationTest


  • public class ErrorTextParserIntegrationTest
    extends OBBaseTest
    Test the ErrorTextParser class logic by reproducing some scenarios that lead to an error that should be properly translated by the parser.
    Author:
    huehner
    • Constructor Detail

      • ErrorTextParserIntegrationTest

        public ErrorTextParserIntegrationTest()
    • Method Detail

      • testDuplicatePrimaryKey

        public void testDuplicatePrimaryKey()
                                     throws Exception
        Throws:
        Exception
      • testUniqueSingleField

        public void testUniqueSingleField()
                                   throws Exception
        Throws:
        Exception
      • testUniqueMultipleFields

        public void testUniqueMultipleFields()
                                      throws Exception
        Throws:
        Exception
      • testNonBooleanCheck

        public void testNonBooleanCheck()
                                 throws Exception
        Throws:
        Exception
      • whenStatementFailsNoStackTraceIsLoggedByDefault

        public void whenStatementFailsNoStackTraceIsLoggedByDefault()
                                                             throws Exception
        Throws:
        Exception
      • whenStatementFailsStackTraceIsLoggedHavingDebugLogLevel

        public void whenStatementFailsStackTraceIsLoggedHavingDebugLogLevel()
                                                                     throws Exception
        Throws:
        Exception