Package elisa :: Package core :: Package tests :: Module elisa_test_case :: Class TestModel
[hide private]
[frames] | no frames]

Class TestModel

source code


Nested Classes [hide private]

Inherited from component.Component: __metaclass__

Instance Methods [hide private]

Inherited from base_components.model.Model: __init__

Inherited from component.Component: clean, initialize, load_config, save_config

Inherited from observers.observable.Observable: __setattr__, add_observer, remove_observer

Inherited from extern.log.log.Loggable: debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __str__

Static Methods [hide private]

Inherited from component.Component: __classinit__

Class Variables [hide private]
string name = 'elisa_model'
Component's name
string path = 'test:elisa_model'
unique string identifying the instance: plugin_name:component_name:instance_id

Inherited from component.Component: checked, config_doc, default_config, id, plugin

Inherited from observers.observable.Observable (private): _observers

Inherited from extern.log.log.Loggable: logCategory

Instance Variables [hide private]

Inherited from base_components.model.Model: activate_action, activity, loading, parent

Inherited from component.Component: config

Properties [hide private]

Inherited from object: __class__