Class: Conformance::ConformanceRequest
- Inherits:
-
Object
- Object
- Conformance::ConformanceRequest
- Extended by:
- Protobug::Message
- Defined in:
- lib/conformance/conformance_pb.rb
Overview
Represents a single test case’s input. The testee should:
1. parse this proto (which should always succeed)
2. parse the protobuf or JSON payload in "payload" (which may fail)
3. if the parse succeeded, serialize the message in the requested format.