Class JsonHelpers


  • public final class JsonHelpers
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonHelpers()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.lang.String createId​(org.junit.runner.Description description)  
      protected static org.junit.runner.Description readDescription​(JsonReader reader)  
      static void writeDescription​(JsonWriter writer, org.junit.runner.Description e)  
      • Methods inherited from class java.lang.Object

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

      • JsonHelpers

        public JsonHelpers()
    • Method Detail

      • writeDescription

        public static void writeDescription​(JsonWriter writer,
                                            org.junit.runner.Description e)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • readDescription

        protected static org.junit.runner.Description readDescription​(JsonReader reader)
                                                               throws java.io.IOException
        Throws:
        java.io.IOException
      • createId

        private static java.lang.String createId​(org.junit.runner.Description description)