Class InheritanceTest

java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.eclipse.microprofile.rest.client.tck.InheritanceTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

public class InheritanceTest extends org.jboss.arquillian.testng.Arquillian
  • Constructor Details

    • InheritanceTest

      public InheritanceTest()
  • Method Details

    • createDeployment

      @Deployment public static org.jboss.shrinkwrap.api.Archive<?> createDeployment()
    • canInvokeMethodOnBaseInterface

      public void canInvokeMethodOnBaseInterface() throws Exception
      Throws:
      Exception
    • canInvokeMethodOnChildInterface

      public void canInvokeMethodOnChildInterface() throws Exception
      Throws:
      Exception
    • canInvokeOverriddenMethodOnChildInterface

      public void canInvokeOverriddenMethodOnChildInterface() throws Exception
      Throws:
      Exception