tests Package

tests Package

Python tests goes here

shared Module

Shared stuff to satisfy dojo unit tests

class tic.web.cdp.tests.shared.TestSelfReturnedCommand(javascript_toolkit='dojo')[source]

Bases: tic.web.cdp.Command

string = None
class tic.web.cdp.tests.shared.TestSelfReturnedCommandHanlder(compmgr, init=None, cls=<class 'tic.web.cdp.tests.shared.TestSelfReturnedCommandHanlder'>)[source]

Bases: tic.core.Component

the returned result is the the same command this is to help in unit testing the round trip of all properties

command

alias of TestSelfReturnedCommand

execute(command)[source]

Table Of Contents

Previous topic

cdp Package

Next topic

rpc Package

This Page