ct_common
1.0.1
Common library for combinatorial testing
|
#include <sutmodel.h>
Public Attributes | |
std::vector< boost::shared_ptr < ParamSpec > > | param_specs_ |
std::vector< Strength > | strengths_ |
std::vector< boost::shared_ptr < Seed > > | seeds_ |
std::vector< boost::shared_ptr < Constraint > > | constraints_ |
The class for SUT models
Definition at line 29 of file sutmodel.h.
std::vector<boost::shared_ptr<Constraint> > ct::common::SUTModel::constraints_ |
The constraints
Definition at line 33 of file sutmodel.h.
std::vector<boost::shared_ptr<ParamSpec> > ct::common::SUTModel::param_specs_ |
The parameter specifications
Definition at line 30 of file sutmodel.h.
std::vector<boost::shared_ptr<Seed> > ct::common::SUTModel::seeds_ |
The seeds
Definition at line 32 of file sutmodel.h.
std::vector<Strength> ct::common::SUTModel::strengths_ |
The strengths
Definition at line 31 of file sutmodel.h.