thrifty/thrifty-test-server
Ben Bader 49e34f280e
Make TestServer instances reusable for whole suites (#513)
* Make TestServer instances reusable for whole suites

* Fix subtle test bug at 0 nanos past the second
2022-12-09 15:35:06 -07:00
..
src/main/java/com/microsoft/thrifty Make TestServer instances reusable for whole suites (#513) 2022-12-09 15:35:06 -07:00
README.md thrift 0.10.0 (#149) 2017-07-16 13:04:35 -07:00
TestThrift.thrift Implement default values for unions (#308) 2019-04-19 22:36:32 -07:00
build.gradle Bump Apache Thrift from 0.12.0 to 0.17.0 (#511) 2022-12-09 10:12:49 -07:00

README.md

thrifty-test-server

A configurable server based on the TestThrift.thrift test data, used for conformance tests in thrifty-integration-tests.

The generated code can be updated with thrift -out thrifty-test-server/src/main/java --gen java thrifty-test-server/TestThrift.thrift