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