java.lang.Object
fixture5.TestFixture
io.debezium.testing.system.fixtures.registry.OcpApicurio

public class OcpApicurio extends fixture5.TestFixture
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final io.debezium.testing.system.tools.kafka.KafkaController
     
    private static final org.slf4j.Logger
     
    private final io.fabric8.openshift.client.OpenShiftClient
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    OcpApicurio(org.junit.jupiter.api.extension.ExtensionContext.Store store)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     

    Methods inherited from class fixture5.TestFixture

    retrieve, retrieve, store, store, store

    Methods inherited from class java.lang.Object

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

    • ocp

      private final io.fabric8.openshift.client.OpenShiftClient ocp
    • kafkaController

      private final io.debezium.testing.system.tools.kafka.KafkaController kafkaController
    • LOGGER

      private static final org.slf4j.Logger LOGGER
  • Constructor Details

    • OcpApicurio

      public OcpApicurio(@NotNull org.junit.jupiter.api.extension.ExtensionContext.Store store)
  • Method Details

    • setup

      public void setup() throws Exception
      Specified by:
      setup in class fixture5.TestFixture
      Throws:
      Exception
    • teardown

      public void teardown()
      Specified by:
      teardown in class fixture5.TestFixture