diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/ats3.testconfigurator.Ats3ComponentParser-class.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/api/python/ats3.testconfigurator.Ats3ComponentParser-class.html Fri Sep 11 11:54:49 2009 +0100
@@ -0,0 +1,728 @@
+
+
+
+
+ Parse Symbian SW component for ATS3 testing related information.
+Parses a component's source directories for testing related settings and
+files, and generates a TestPlan out of the findings.
+
+
+
+
+ |
+
+
+ __init__(self,
+ config)
+ x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ insert_testset_stif(self,
+ src_dst,
+ pkg_paths)
+ Inserts test set data to test plan for stif |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ insert_test_set(self,
+ test_plan,
+ tsrc_dir,
+ _paths_dict_)
+ Parse tsrc directory, storing data into the test plan. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ check_dll_duplication(self,
+ _dll_file_,
+ _src_dst_)
+ Checks if the dll is already in the dictionary, created by pkg file |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ tsrc_pmd_files(self)
+ Component's trace pmd files from the {build_drive}output directory |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ tsrc_trace_activation_files(self)
+ Component's trace activation files, from the rtace_init directory. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ tsrc_config_files(self)
+ Component's configuration files, from the conf directory. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ tsrc_ini_files(self)
+ Component's initialiation files, from the ini directory. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ tsrc_data_files(self)
+ Component's data files, from data directories. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ tsrc_dll_files(self)
+ Component's DLL files, reported by ABLD BUILD. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ tsrc_pkg_files(self,
+ _dict_)
+ Component's package files, from the group directory |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+ Inherited from object :
+ __delattr__ ,
+ __getattribute__ ,
+ __hash__ ,
+ __new__ ,
+ __reduce__ ,
+ __reduce_ex__ ,
+ __repr__ ,
+ __setattr__ ,
+ __str__
+
+ |
+
+
+
+