Exemplo n.º 1
0
def runTests ( path , architecture ) :
    return supportModule.runTests ( path , architecture , CygwinGroovyTestCase if architecture == 'cygwin' else GroovyTestCase )
Exemplo n.º 2
0
def runTests ( path , architecture ) :
    return supportModule.runTests ( path , architecture , FileUtilsTestCase )
Exemplo n.º 3
0
def runTests(path, architecture):
    return supportModule.runTests(
        path, architecture,
        CygwinGroovyTestCase if architecture == 'cygwin' else GroovyTestCase)
Exemplo n.º 4
0
def runTests(path, architecture):
    return supportModule.runTests(path, architecture, GantTestCase)
Exemplo n.º 5
0
def runTests ( path , architecture ) :
    return supportModule.runTests ( path , architecture , GantTestCase )
def runTests ( path , architecture ) :
    return supportModule.runTests ( path , architecture , PlatformTestCase )
def runTests(path, architecture):
    return supportModule.runTests(path, architecture, JVMFindingTestCase)
def runTests(path, architecture):
    return supportModule.runTests(path, architecture, JVMFindingTestCase)