Class ThriftBehaviorIT


  • @Tag("SunnyDay")
    @Timeout(value=5L,
             unit=SECONDS)
    public class ThriftBehaviorIT
    extends WithTestNames
    • Constructor Detail

      • ThriftBehaviorIT

        public ThriftBehaviorIT()
    • Method Detail

      • createClientAndServer

        @BeforeEach
        public void createClientAndServer()
      • shutdownServer

        @AfterEach
        public void shutdownServer()
      • echoFailHandler

        @Test
        public void echoFailHandler()
                             throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • echoFail

        @Test
        public void echoFail()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • echoRuntimeFailHandler

        @Test
        public void echoRuntimeFailHandler()
      • echoRuntimeFail

        @Test
        public void echoRuntimeFail()
                             throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • echoPassHandler

        @Test
        public void echoPassHandler()
      • echoPass

        @Test
        public void echoPass()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • onewayFailHandler

        @Test
        public void onewayFailHandler()
                               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • onewayFail

        @Test
        public void onewayFail()
                        throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • onewayRuntimeFailHandler

        @Test
        public void onewayRuntimeFailHandler()
      • onewayRuntimeFail

        @Test
        public void onewayRuntimeFail()
                               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • onewayPassHandler

        @Test
        public void onewayPassHandler()
      • onewayPass

        @Test
        public void onewayPass()
                        throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException