示例#1
0
def check_tai_registerAutomaticFunctionCall(txt, when):
    tai.registerAutomaticFunctionCall(
        "taUnitTests.functions.callbackForAutomaticCall", [txt], tai.LIFETIME.END_OF_TESTCASE
    )
示例#2
0
def registerAutomaticCall(funcCall, args, when):
    tai.registerAutomaticFunctionCall(funcCall, args, when)