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