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 @@ + + + + + ats3.testconfigurator.Ats3ComponentParser + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package ats3 :: + Module testconfigurator :: + Class Ats3ComponentParser + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Class Ats3ComponentParser

source code

+
+object --+
+         |
+        Ats3ComponentParser
+
+ +
+

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.



+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
Instance Methods[hide private]
+
+   + + + + + + +
__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_bld_dir(self)
+ Component's build directory.
+ source code + +
+ +
+   + + + + + + +
tsrc_conf_dir(self)
+ Component's configuration file directory.
+ source code + +
+ +
+   + + + + + + +
tsrc_custom_dir(self)
+ Component's test customization directory.
+ source code + +
+ +
+   + + + + + + +
tsrc_data_dirs(self)
+ Component's data directories.
+ source code + +
+ +
+   + + + + + + +
tsrc_init_dir(self)
+ Component's initialization file directory.
+ source code + +
+ +
+   + + + + + + +
tsrc_pkg_dir(self)
+ Component's .pkg -file directory
+ source code + +
+ +
+   + + + + + + +
tsrc_trace_activation_dir(self)
+ Component's trace activation file directory
+ source code + +
+ +
+   + + + + + + +
tsrc_pmd_dir(self)
+ Component's pmd file directory
+ 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__ +

+
+ + + + + + + + + +
+ + + + + +
Properties[hide private]
+
+

Inherited from object: + __class__ +

+
+ + + + + + +
+ + + + + +
Method Details[hide private]
+
+ +
+ +
+ + +
+

__init__(self, + config) +
(Constructor) +

+
source code  +
+ + x.__init__(...) initializes x; see x.__class__.__doc__ for signature +
+
Overrides: + object.__init__ +
(inherited documentation)
+ +
+
+
+ +
+ +
+ + +
+

tsrc_bld_dir(self) +

+
source code  +
+ + Component's build directory. +
+
Decorators:
+
    +
  • @property
  • +
+
+
+
+ +
+ +
+ + +
+

tsrc_conf_dir(self) +

+
source code  +
+ + Component's configuration file directory. +
+
Decorators:
+
    +
  • @property
  • +
+
+
+
+ +
+ +
+ + +
+

tsrc_custom_dir(self) +

+
source code  +
+ + Component's test customization directory. +
+
Decorators:
+
    +
  • @property
  • +
+
+
+
+ +
+ +
+ + +
+

tsrc_data_dirs(self) +

+
source code  +
+ + Component's data directories. +
+
Decorators:
+
    +
  • @property
  • +
+
+
+
+ +
+ +
+ + +
+

tsrc_init_dir(self) +

+
source code  +
+ + Component's initialization file directory. +
+
Decorators:
+
    +
  • @property
  • +
+
+
+
+ +
+ +
+ + +
+

tsrc_pkg_dir(self) +

+
source code  +
+ + Component's .pkg -file directory +
+
Decorators:
+
    +
  • @property
  • +
+
+
+
+ +
+ +
+ + +
+

tsrc_trace_activation_dir(self) +

+
source code  +
+ + Component's trace activation file directory +
+
Decorators:
+
    +
  • @property
  • +
+
+
+
+ +
+ +
+ + +
+

tsrc_pmd_dir(self) +

+
source code  +
+ + Component's pmd file directory +
+
Decorators:
+
    +
  • @property
  • +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +