Class TestCaseAnnotationSerializer

java.lang.Object
de.qytera.qtaf.core.gson.serializer.TestCaseAnnotationSerializer
All Implemented Interfaces:
com.google.gson.JsonSerializer<TestFeature>

public class TestCaseAnnotationSerializer extends Object implements com.google.gson.JsonSerializer<TestFeature>
Converts TestCase annotation to JSON
  • Constructor Details

    • TestCaseAnnotationSerializer

      public TestCaseAnnotationSerializer()
  • Method Details

    • serialize

      public com.google.gson.JsonElement serialize(TestFeature testFeature, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
      Specified by:
      serialize in interface com.google.gson.JsonSerializer<TestFeature>