HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
ftests.ftest_DTMA Namespace Reference

Classes

class  ConnectionStub
 
class  TestDTMA
 Class TestDTMA, contains functional tests of DTMA module. More...
 

Functions

def connectionBuilderMockBuild (type, addr, networkType)
 

Detailed Description

Created on Mar 27, 2014

@package: dtm
@author: scorp
@link: http://hierarchical-cluster-engine.com/
@copyright: Copyright © 2013-2014 IOIX Ukraine
@license: http://hierarchical-cluster-engine.com/license/
@since: 0.1

Function Documentation

◆ connectionBuilderMockBuild()

def ftests.ftest_DTMA.connectionBuilderMockBuild (   type,
  addr,
  networkType 
)

Definition at line 63 of file ftest_DTMA.py.

63 def connectionBuilderMockBuild(type, addr, networkType):
64  return ConnectionStub()
65 
66 
def connectionBuilderMockBuild(type, addr, networkType)
Definition: ftest_DTMA.py:63