Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
nix::ServeProtoTest Struct Reference
Inheritance diagram for nix::ServeProtoTest:
nix::VersionedProtoTest< ServeProto, serveProtoDir > nix::ProtoTest< ServeProto, protocolDir > nix::CharacterizationTest nix::LibStoreTest

Public Attributes

ServeProto::Version defaultVersion = 2 << 8 | 0
 

Additional Inherited Members

- Public Member Functions inherited from nix::VersionedProtoTest< ServeProto, serveProtoDir >
void readProtoTest (PathView testStem, typename ServeProto::Version version, T expected)
 
void writeProtoTest (PathView testStem, typename ServeProto::Version version, const T &decoded)
 
- Public Member Functions inherited from nix::CharacterizationTest
void readTest (PathView testStem, auto &&test)
 
void writeTest (PathView testStem, auto &&test, auto &&readFile2, auto &&writeFile2)
 
void writeTest (PathView testStem, auto &&test)
 
- Static Public Member Functions inherited from nix::LibStoreTest
static void SetUpTestSuite ()
 
- Protected Attributes inherited from nix::LibStoreTest
ref< Storestore
 

Member Data Documentation

◆ defaultVersion

ServeProto::Version nix::ServeProtoTest::defaultVersion = 2 << 8 | 0

For serializers that don't care about the minimum version, we used the oldest one: 1.0.


The documentation for this struct was generated from the following file: