Exemplo n.º 1
0
 def __init__(self):
     '''
     Constructor
     '''
     AbstractPage.__init__(self)
     HomePage.__init__(self)
 def __init__(self):
     """
     Constructor
     """
     AbstractPage.__init__(self)
     EditPurchaseRequestPage.__init__(self)
Exemplo n.º 3
0
 def __init__(self):
     '''
     Constructor
     '''
     AbstractPage.__init__(self)
     HeaderSection.__init__(self)
Exemplo n.º 4
0
 def __init__(self):
     '''
     Constructor
     '''
     AbstractPage.__init__(self)
     HomePage.__init__(self)
 def __init__(self):
     '''
     Constructor
     '''
     AbstractPage.__init__(self)
     PurchaseRequestDetailsPage.__init__(self)
Exemplo n.º 6
0
 def __init__(self):
     '''
     Constructor
     '''
     AbstractPage.__init__(self)
     LoginPage.__init__(self)
Exemplo n.º 7
0
 def __init__(self):
     '''
     Constructor
     '''
     AbstractPage.__init__(self)
     AddNewPurchaseRequestPage.__init__(self)
 def __init__(self):
     '''
     Constructor
     '''
     AbstractPage.__init__(self)
     AddNewPurchaseRequestPage.__init__(self)
Exemplo n.º 9
0
 def __init__(self):
     '''
     Constructor
     '''
     AbstractPage.__init__(self)
     HeaderSection.__init__(self)
Exemplo n.º 10
0
 def __init__(self):
     '''
     Constructor
     '''
     AbstractPage.__init__(self)
     ManagePurchasePage.__init__(self)
Exemplo n.º 11
0
 def __init__(self):
     '''
     Constructor
     '''
     AbstractPage.__init__(self)
     LoginPage.__init__(self)