Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
nix::CommonProtoTest Class Reference
Inheritance diagram for nix::CommonProtoTest:
nix::ProtoTest< CommonProto, commonProtoDir > nix::CharacterizationTest nix::LibStoreTest

Public Member Functions

template<typename T>
void readProtoTest (PathView testStem, const T &expected)
 
template<typename T>
void writeProtoTest (PathView testStem, 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)
 

Additional Inherited Members

- Static Public Member Functions inherited from nix::LibStoreTest
static void SetUpTestSuite ()
 
- Protected Attributes inherited from nix::LibStoreTest
ref< Storestore
 

Member Function Documentation

◆ readProtoTest()

template<typename T>
void nix::CommonProtoTest::readProtoTest ( PathView testStem,
const T & expected )
inline

Golden test for T reading

◆ writeProtoTest()

template<typename T>
void nix::CommonProtoTest::writeProtoTest ( PathView testStem,
const T & decoded )
inline

Golden test for T write


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