Skip to main content

protoc-gen-go-aip-test

Recommendation
Updated
Moved
USE
2022-05-02

What is it

protoc-gen-go-aip-test is a protobuf code generator plugin that generates AIP compliance unit test suites for gRPC services that implement AIP standard methods.

When to use it

Use it when developing backend services, to save time and ensure the robustness of your implementation, by generating a baseline test suite that tests the basic properties of your API (creating, reading, listing, deleting) - including many common edge cases.

How to learn it