Lines Matching defs:interface
32 /// The scheduler's public interface exposes test cases as "black boxes". The
81 /// Abstract interface of a test program scheduler interface.
83 /// This interface defines the test program-specific operations that need to be
86 class interface {
89 virtual ~interface() {}
125 /// \param control_directory Directory where the interface may place control
142 /// \param control_directory Directory where the interface may place control
154 /// \param control_directory Directory where the interface may have placed
231 /// Stateful interface to the multiprogrammed execution of tests.
270 void register_interface(const std::string&, const std::shared_ptr< interface >);