def runTests ( path , architecture ) :
    return supportModule.runTests ( path , architecture , CygwinGroovyTestCase if architecture == 'cygwin' else GroovyTestCase )
Beispiel #2
0
def runTests ( path , architecture ) :
    return supportModule.runTests ( path , architecture , FileUtilsTestCase )
Beispiel #3
0
def runTests(path, architecture):
    return supportModule.runTests(
        path, architecture,
        CygwinGroovyTestCase if architecture == 'cygwin' else GroovyTestCase)
def runTests(path, architecture):
    return supportModule.runTests(path, architecture, GantTestCase)
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)