An Oval_test specifies a technical control by identifying an Oval_object that is evaluated on an instrumented host platform and, optionally, an Oval_state instance that matches the object query. More...
Data Structures | |
| struct | oval_test |
| Handle: Oval_test. More... | |
| struct | oval_test_iterator |
| Handle: Oval_test iterator. More... | |
Modules | |
| Setters | |
Oval_test set methods. | |
| Getters | |
Oval_test get methods. | |
| Iterators | |
Oval_test iterator methods. | |
| Evaluators | |
Oval_test evaluator methods | |
Functions | |
| struct oval_test * | oval_test_new (struct oval_definition_model *, char *id) |
| Construct new instance of Oval_test. | |
| void | oval_test_free (struct oval_test *) |
| Construct instance of Oval_test. | |
An Oval_test specifies a technical control by identifying an Oval_object that is evaluated on an instrumented host platform and, optionally, an Oval_state instance that matches the object query.
| struct oval_test* oval_test_new | ( | struct oval_definition_model * | , | |
| char * | id | |||
| ) | [read] |
Construct new instance of Oval_test.
Attribute values shall be initialized:
| id | - (Not NULL) the text of the required test id. |
1.6.1