Class SqlTests.PatternResultChecker

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.regex.Pattern pattern  
    • Constructor Summary

      Constructors 
      Constructor Description
      PatternResultChecker​(java.util.regex.Pattern pattern)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void checkResult​(java.sql.ResultSet resultSet)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • pattern

        private final java.util.regex.Pattern pattern
    • Constructor Detail

      • PatternResultChecker

        public PatternResultChecker​(java.util.regex.Pattern pattern)
    • Method Detail

      • checkResult

        public void checkResult​(java.sql.ResultSet resultSet)
                         throws java.lang.Exception
        Specified by:
        checkResult in interface SqlTester.ResultChecker
        Throws:
        java.lang.Exception