Class PatternTestCase

    • Constructor Summary

      Constructors 
      Constructor Description
      PatternTestCase​(java.lang.String _id, java.lang.String _family, java.lang.String _text)  
    • Method Summary

      Modifier and Type Method Description
      void setRemarks​(java.lang.String rmks)
      Set the test remarks and IFF the word "fail" is in the comment, the test is indicated as a true negative.
      • Methods inherited from class java.lang.Object

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

      • id

        public java.lang.String id
      • text

        public java.lang.String text
      • family

        public java.lang.String family
      • family_id

        public int family_id
      • true_positive

        public boolean true_positive
      • remarks

        public java.lang.String remarks
    • Constructor Detail

      • PatternTestCase

        public PatternTestCase​(java.lang.String _id,
                               java.lang.String _family,
                               java.lang.String _text)
        Parameters:
        _id - pattern identifier
        _family - family of pattern
        _text - text for test case
    • Method Detail

      • setRemarks

        public void setRemarks​(java.lang.String rmks)
        Set the test remarks and IFF the word "fail" is in the comment, the test is indicated as a true negative.
        Parameters:
        rmks -