Class AbstractEventWithDescription

    • Field Detail

      • description

        private org.junit.runner.Description description
    • Constructor Detail

      • AbstractEventWithDescription

        public AbstractEventWithDescription​(EventType type)
    • Method Detail

      • setDescription

        protected void setDescription​(org.junit.runner.Description description)
      • serialize

        public void serialize​(JsonWriter writer)
                       throws java.io.IOException
        Specified by:
        serialize in interface RemoteEvent
        Throws:
        java.io.IOException
      • deserialize

        public void deserialize​(JsonReader reader)
                         throws java.io.IOException
        Specified by:
        deserialize in interface RemoteEvent
        Throws:
        java.io.IOException