Package org.apache.royale.utils
Class TestAdapterFactory
java.lang.Object
org.apache.royale.utils.TestAdapterFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ITestAdapterDepending on the "buildType" system-property, create the corresponding test-adapter Make the AntTestAdapter the default.
-
Constructor Details
-
TestAdapterFactory
public TestAdapterFactory()
-
-
Method Details
-
getTestAdapter
Depending on the "buildType" system-property, create the corresponding test-adapter Make the AntTestAdapter the default.- Returns:
- test adapter instance for the given type of build.
-