Class AbstractIntegrationTest

java.lang.Object
org.yamcs.tests.AbstractIntegrationTest

public abstract class AbstractIntegrationTest extends Object
  • Field Details

  • Constructor Details

    • AbstractIntegrationTest

      public AbstractIntegrationTest()
  • Method Details

    • beforeClass

      @BeforeAll public static void beforeClass() throws Exception
      Throws:
      Exception
    • before

      @BeforeEach public void before() throws org.yamcs.client.ClientException
      Throws:
      org.yamcs.client.ClientException
    • setupYamcs

      protected static void setupYamcs() throws Exception
      Throws:
      Exception
    • after

      @AfterEach public void after() throws InterruptedException
      Throws:
      InterruptedException
    • shutDownYamcs

      @AfterAll public static void shutDownYamcs() throws Exception
      Throws:
      Exception