Lines Matching full:program

53     /// Name of the test program interface.
56 /// Name of the test program binary relative to root.
59 /// Root of the test suite containing the test program.
62 /// Name of the test suite this program belongs to.
65 /// Metadata of the test program.
68 /// List of test cases in the test program.
75 /// \param interface_name_ Name of the test program interface.
76 /// \param binary_ The name of the test program binary relative to root_.
77 /// \param root_ The root of the test suite containing the test program.
78 /// \param test_suite_name_ The name of the test suite this program
80 /// \param md_ Metadata of the test program.
81 /// \param test_cases_ The collection of test cases in the test program.
92 F("The program '%s' must be relative to the root of the test " in impl()
98 /// Sets the list of test cases of the test program.
121 /// Constructs a new test program.
123 /// \param interface_name_ Name of the test program interface.
124 /// \param binary_ The name of the test program binary relative to root_.
125 /// \param root_ The root of the test suite containing the test program.
126 /// \param test_suite_name_ The name of the test suite this program belongs to.
127 /// \param md_ Metadata of the test program.
128 /// \param test_cases_ The collection of test cases in the test program.
141 /// Destroys a test program.
147 /// Gets the name of the test program interface.
157 /// Gets the path to the test program relative to the root of the test suite.
159 /// \return The relative path to the test program binary.
167 /// Gets the absolute path to the test program.
169 /// \return The absolute path to the test program binary.
178 /// Gets the root of the test suite containing this test program.
188 /// Gets the name of the test suite containing this test program.
198 /// Gets the metadata of the test program.
215 /// program.
223 throw not_found_error(F("Unknown test case %s in test program %s") % in find()
229 /// Gets the list of test cases from the test program.
231 /// \return The list of test cases provided by the test program.
239 /// Sets the list of test cases of the test program.
243 /// first time. Any other invocations will result in inconsistent program
287 /// A test program is considered to be less than another if and only if the
289 /// other words, the absolute path is used here as the test program's
328 /// Partially-constructed program with only the required properties.
331 /// Optional metadata for the test program.
342 /// \param prototype_ The partially constructed program with only the
355 /// \param interface_name_ Name of the test program interface.
356 /// \param binary_ The name of the test program binary relative to root_.
357 /// \param root_ The root of the test suite containing the test program.
358 /// \param test_suite_name_ The name of the test suite this program belongs to.
407 /// Sets the test program metadata.
409 /// \return metadata The metadata for the test program.