Home | History | Annotate | Download | only in engine

Lines Matching refs:tester

67 /// Generates the set of configuration variables for the tester.
73 /// \return The mapping of configuration variables for the tester.
106 /// Creates a tester.
108 /// \param interface_name The name of the tester interface to use.
112 /// \return The created tester, on which the test() method can be executed.
113 static engine::tester
122 return engine::tester(interface_name, user,
422 const engine::tester tester = create_tester(
425 tester.test(test_program.absolute_path(), test_case->name(),
437 // One of the possible explanation for us getting here is if the tester
485 const engine::tester tester = create_tester(
488 tester.test(test_program.absolute_path(), test_case->name(),
500 // One of the possible explanation for us getting here is if the tester