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_DTMC Namespace Reference

Classes

class  ConnectionStub
 
class  TestDTMC
 

Functions

def connectionBuilderMockBuild (type, addr, networkType)
 

Detailed Description

Created on Mar 12, 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_DTMC.connectionBuilderMockBuild (   type,
  addr,
  networkType 
)

Definition at line 64 of file ftest_DTMC.py.

64 def connectionBuilderMockBuild(type, addr, networkType):
65  return ConnectionStub()
66 
67 
68 # #Class TestDTMC, contains functional tests of DTMC module
69 #
def connectionBuilderMockBuild(type, addr, networkType)
Definition: ftest_DTMC.py:64