Class RoundTripReport.FailedTestRecord

  • Enclosing class:
    RoundTripReport

    private static class RoundTripReport.FailedTestRecord
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int rttMap  
      private java.lang.String testName  
    • Constructor Summary

      Constructors 
      Constructor Description
      FailedTestRecord​(java.lang.String testName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isFailedFor​(int rtt)  
      void setFailedFor​(int rtt)  
      • Methods inherited from class java.lang.Object

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

      • rttMap

        private int rttMap
      • testName

        private java.lang.String testName
    • Constructor Detail

      • FailedTestRecord

        public FailedTestRecord​(java.lang.String testName)
    • Method Detail

      • isFailedFor

        public boolean isFailedFor​(int rtt)
      • setFailedFor

        public void setFailedFor​(int rtt)