Class FilibusterTestDisplayNameFormatter


  • public class FilibusterTestDisplayNameFormatter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FilibusterTestDisplayNameFormatter​(java.lang.String firstPattern, java.lang.String standardPattern, java.lang.String displayName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String format​(int currentRepetition, int totalRepetitions)  
      • Methods inherited from class java.lang.Object

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

      • FilibusterTestDisplayNameFormatter

        public FilibusterTestDisplayNameFormatter​(java.lang.String firstPattern,
                                                  java.lang.String standardPattern,
                                                  java.lang.String displayName)
    • Method Detail

      • format

        public java.lang.String format​(int currentRepetition,
                                       int totalRepetitions)