Class AbstractProtoTextConverterTest


  • public abstract class AbstractProtoTextConverterTest
    extends Object
    • Constructor Detail

      • AbstractProtoTextConverterTest

        public AbstractProtoTextConverterTest()
    • Method Detail

      • shouldConvertSimpleProtoToText

        @Test
        public void shouldConvertSimpleProtoToText()
                                            throws Exception
        Throws:
        Exception
      • shouldConvertHelloWorldProtoWithOptions

        @Test
        public void shouldConvertHelloWorldProtoWithOptions()
                                                     throws Exception
        Throws:
        Exception
      • shouldConvertProtoWithService

        @Test
        public void shouldConvertProtoWithService()
                                           throws Exception
        Throws:
        Exception
      • shouldConvertProtoWithEnum

        @Test
        public void shouldConvertProtoWithEnum()
                                        throws Exception
        Throws:
        Exception
      • shouldConvertProtoWithNestedMessage

        @Test
        public void shouldConvertProtoWithNestedMessage()
                                                 throws Exception
        Throws:
        Exception
      • shouldConvertProtoWithRepeatedField

        @Test
        public void shouldConvertProtoWithRepeatedField()
                                                 throws Exception
        Throws:
        Exception
      • shouldConvertProtoWithOneof

        @Test
        public void shouldConvertProtoWithOneof()
                                         throws Exception
        Throws:
        Exception
      • shouldConvertProtoWithMapField

        @Test
        public void shouldConvertProtoWithMapField()
                                            throws Exception
        Throws:
        Exception
      • shouldConvertProtoWithImports

        @Test
        public void shouldConvertProtoWithImports()
                                           throws Exception
        Throws:
        Exception
      • shouldConvertProtoWithAllFieldTypes

        @Test
        public void shouldConvertProtoWithAllFieldTypes()
                                                 throws Exception
        Throws:
        Exception
      • shouldConvertProtoWithReservedFields

        @Test
        public void shouldConvertProtoWithReservedFields()
                                                  throws Exception
        Throws:
        Exception
      • shouldConvertFileDescriptorSet

        @Test
        public void shouldConvertFileDescriptorSet()
                                            throws Exception
        Throws:
        Exception
      • shouldRoundTripSimpleProto

        @Test
        public void shouldRoundTripSimpleProto()
                                        throws Exception
        Throws:
        Exception
      • shouldConvertProtoWithStreamingRpc

        @Test
        public void shouldConvertProtoWithStreamingRpc()
                                                throws Exception
        Throws:
        Exception
      • shouldConvertProtoWithOptionalField

        @Test
        public void shouldConvertProtoWithOptionalField()
                                                 throws Exception
        Throws:
        Exception
      • shouldConvertProtoWithNestedEnum

        @Test
        public void shouldConvertProtoWithNestedEnum()
                                              throws Exception
        Throws:
        Exception