> *) The SDK (and some applications) has code that is timezone specific > (different output in a different timezone): > Does Gradle support to run the same tests in different environments > and eventually compiler settings? >
There are two ways to do this: - init scripts: http://gradle.org/docs/current/userguide/init_scripts.html - configuration file: http://mrhaki.blogspot.com/2009/11/gradle-goodness-using-properties-for.html > *) Some of the functionality might require to be tested against the adl > and not the flash player, does that work? > GradleFx has support for FlexUnit, which supports running tests against ADL. We support all the properties exposed by FlexUnit, so you configure FlexUnit the way you like. For more information about those options see the GradleFx properties documentation: https://github.com/GradleFx/GradleFx/wiki/Properties-conventions More information about testing with FlexUnit in GradleFx can be found here: https://github.com/GradleFx/GradleFx/wiki/Flexunit