Class SqlTests.RefSetResultChecker

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Set<java.lang.String> expected  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private RefSetResultChecker​(java.util.Set<java.lang.String> expected)  
    • 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

      • expected

        private final java.util.Set<java.lang.String> expected
    • Constructor Detail

      • RefSetResultChecker

        private RefSetResultChecker​(java.util.Set<java.lang.String> expected)
    • 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