.. link: .. description: .. tags: .. date: 2013/08/18 00:00:00 .. title: NINJA-IDE .. slug: test_plugin_interfaces .. class:: alert alert-info pull-top .. contents:: *Module:* `test_plugin_interfaces.py `_ API ======================================================================================================== No description. *Imports:* ------------ - `unittest `_ - `ninja_ide.core.plugin_interfaces.MethodNotImplemented `_ - `__future__.absolute_import `_ - `ninja_ide.core.plugin_interfaces.implements `_ *Class:* `C(object) `_ -------------------------------------------------------------------------------------------------------------------------------------- .. code:: python class C(object): No description. *Function:* `one() [at ln:40] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def one(): No description. ---- *Function:* `two() [at ln:43] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def two(): No description. ---- *Class:* `B(object) `_ -------------------------------------------------------------------------------------------------------------------------------------- .. code:: python class B(object): No description. ---- *Class:* `A(object) `_ -------------------------------------------------------------------------------------------------------------------------------------- .. code:: python class A(object): No description. *Function:* `_a_private_method() [at ln:25] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def _a_private_method(): No description. ---- *Function:* `one() [at ln:28] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def one(): No description. ---- *Function:* `two() [at ln:31] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def two(): No description. ---- *Class:* `PluginInterfacesTestCase(unittest.TestCase) `_ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ .. code:: python class PluginInterfacesTestCase(unittest.TestCase): No description. *Function:* `test_implements_decorator() [at ln:49] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def test_implements_decorator(): No description.