freebsd-dev/contrib/kyua/model
..
context_fwd.hpp
context_test.cpp
context.cpp
context.hpp Import the kyua test framework. 2020-03-23 19:01:23 +00:00
exceptions_test.cpp
exceptions.cpp Import the kyua test framework. 2020-03-23 19:01:23 +00:00
exceptions.hpp
Kyuafile Import the kyua test framework. 2020-03-23 19:01:23 +00:00
Makefile.am.inc
metadata_fwd.hpp
metadata_test.cpp
metadata.cpp Import the kyua test framework. 2020-03-23 19:01:23 +00:00
metadata.hpp
README
test_case_fwd.hpp
test_case_test.cpp
test_case.cpp
test_case.hpp
test_program_fwd.hpp
test_program_test.cpp
test_program.cpp
test_program.hpp Import the kyua test framework. 2020-03-23 19:01:23 +00:00
test_result_fwd.hpp
test_result_test.cpp
test_result.cpp
test_result.hpp Import the kyua test framework. 2020-03-23 19:01:23 +00:00
types.hpp

This directory contains the classes that form the data model of Kyua.

The classes in this directory are intended to be pure data types without
any complex logic.  As such, they are simple containers and support the
common operations you would expect from them: in particular, comparisons
and formatting for debugging purposes.

All the classes in the data model have to have an on-disk representation
provided by the store module; if they don't, they don't belong in the
model.  Some of these classes may also have special behavior at run-time,
and this is provided by the engine module.