All Downloads are FREE. Search and download functionalities are using the official Maven repository.

robotframework-2.7.7.atest.testresources.testlibs.NamespaceUsingLibrary.py Maven / Gradle / Ivy

The newest version!
from robot.libraries.BuiltIn import BuiltIn

class NamespaceUsingLibrary(object):

    def __init__(self):
        self._importing_suite = BuiltIn().get_variable_value('${SUITE NAME}')
        self._easter = BuiltIn().get_library_instance('Easter')

    def get_importing_suite(self):
        return self._importing_suite

    def get_other_library(self):
        return self._easter




© 2015 - 2024 Weber Informatics LLC | Privacy Policy