Stay organized with collections
Save and categorize content based on your preferences.
TestProductFlavor
interface TestProductFlavor : TestBaseFlavor, ProductFlavor
Encapsulates all product flavors properties for test projects.
Test projects have a target application project that they depend on and flavor matching works in the same way as library dependencies. Therefore to test multiple flavors of an application, you can declare corresponding product flavors here. If you want to use some, you can use missingDimensionStrategy
to resolve any conflicts.
See ApplicationProductFlavor
Summary
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2022-08-16 UTC.