Searched defs:atf (Results 1 - 25 of 32) sorted by relevance

12

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Drequirements.hpp2 // Automated Testing Framework (atf)
33 #include "atf-c++/tests.hpp"
35 namespace atf { namespace
38 std::string check_requirements(const atf::tests::vars_map&,
39 const atf::tests::vars_map&);
40 std::pair< int, int > get_required_user(const atf::tests::vars_map&,
41 const atf::tests::vars_map&);
44 } // namespace atf
H A Duser.hpp2 // Automated Testing Framework (atf)
39 namespace atf { namespace
50 } // namespace atf
H A Dconfig.hpp2 // Automated Testing Framework (atf)
33 #include "atf-c++/tests.hpp"
35 namespace atf { namespace
56 atf::tests::vars_map merge_configs(const atf::tests::vars_map&,
57 const atf::tests::vars_map&);
58 atf::tests::vars_map read_config_files(const std::string&);
61 } // namespace atf
H A Dfs.hpp2 // Automated Testing Framework (atf)
35 #include "atf-c++/detail/fs.hpp"
37 namespace atf { namespace
41 std::auto_ptr< atf::fs::path > m_path;
44 temp_dir(const atf::fs::path&);
47 const atf::fs::path& get_path(void) const;
50 atf::fs::path change_directory(const atf::fs::path&);
51 void cleanup(const atf::fs::path&);
52 atf
[all...]
H A Datffile.hpp2 // Automated Testing Framework (atf)
36 #include "atf-c++/tests.hpp"
38 #include "atf-c++/detail/fs.hpp"
40 namespace atf { namespace
72 atf::tests::vars_map m_conf;
74 atf::tests::vars_map m_props;
77 atffile(const atf::tests::vars_map&,
79 const atf::tests::vars_map&);
81 const atf::tests::vars_map& conf(void) const;
83 const atf
[all...]
H A Dtimer.hpp2 // Automated Testing Framework (atf)
39 #include "atf-c++/noncopyable.hpp"
41 namespace atf { namespace
79 } // namespace atf
H A Dio.hpp2 // Automated Testing Framework (atf)
39 #include "../atf-c++/detail/auto_array.hpp"
40 #include "../atf-c++/noncopyable.hpp"
42 namespace atf { namespace
257 class systembuf : public std::streambuf, atf::noncopyable
408 atf::auto_array< std::string > m_buffers;
424 } // namespace atf
H A Dsignals.hpp2 // Automated Testing Framework (atf)
37 namespace atf { namespace
90 } // namespace atf
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dbuild.hpp2 // Automated Testing Framework (atf)
35 namespace atf { namespace
55 } // namespace atf
H A Dconfig.hpp2 // Automated Testing Framework (atf)
36 namespace atf { namespace
73 } // namespace atf
H A Dcheck.hpp2 // Automated Testing Framework (atf)
34 #include <atf-c/check.h>
42 #include <atf-c++/noncopyable.hpp>
44 namespace atf { namespace
76 friend std::auto_ptr< check_result > exec(const atf::process::argv_array&);
120 const atf::process::argv_array&);
122 const atf::process::argv_array&);
124 const atf::process::argv_array&);
125 std::auto_ptr< check_result > exec(const atf::process::argv_array&);
131 } // namespace atf
[all...]
H A Dnoncopyable.hpp2 // Automated Testing Framework (atf)
33 namespace atf { namespace
54 } // namespace atf
H A Dutils.hpp2 // Automated Testing Framework (atf)
39 namespace atf { namespace
66 } // namespace atf
H A Dconfig.cpp2 // Automated Testing Framework (atf)
33 #include "atf-c/config.h"
75 atf::config::get(const std::string& varname)
85 atf::config::get_all(void)
94 atf::config::has(const std::string& varname)
106 namespace atf { namespace
123 } // namespace atf
H A Dtests.hpp2 // Automated Testing Framework (atf)
38 #include <atf-c/defs.h>
41 #include <atf-c++/noncopyable.hpp>
43 namespace atf { namespace
125 } // namespace atf
H A Dbuild_test.cpp2 // Automated Testing Framework (atf)
33 #include "../atf-c/h_build.h"
47 namespace atf { namespace
79 atf::env::set(var, val);
84 equal_argvs(const atf::process::argv_array& aa, const char* const* array)
88 atf::process::argv_array::size_type i = 0;
104 check_equal_argvs(const atf::process::argv_array& aa, const char* const* array)
128 ATF_REQUIRE(equal_argvs(atf::process::argv_array(argv), array));
135 ATF_REQUIRE(!equal_argvs(atf::process::argv_array(argv), array));
142 ATF_REQUIRE(!equal_argvs(atf
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Denv.hpp2 // Automated Testing Framework (atf)
35 namespace atf { namespace
82 } // namespace atf
H A Dui.hpp2 // Automated Testing Framework (atf)
35 namespace atf { namespace
103 } // namespace atf
H A Dexpand.hpp2 // Automated Testing Framework (atf)
36 namespace atf { namespace
80 } // namespace atf
H A Dexceptions.hpp2 // Automated Testing Framework (atf)
40 namespace atf { namespace
97 } // namespace atf
H A Dtext.hpp2 // Automated Testing Framework (atf)
42 namespace atf { namespace
151 } // namespace atf
H A Dapplication.hpp2 // Automated Testing Framework (atf)
38 namespace atf { namespace
113 } // namespace atf
H A Dauto_array.hpp2 // Automated Testing Framework (atf)
35 namespace atf { namespace
177 } // namespace atf
H A Dfs.hpp2 // Automated Testing Framework (atf)
45 #include "../../atf-c/detail/fs.h"
48 namespace atf { namespace
389 } // namespace atf
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dreader.hpp2 // Automated Testing Framework (atf)
40 #include <atf-c++/tests.hpp>
42 namespace atf { namespace
89 } // namespace atf

Completed in 22 milliseconds

12