I would like to have some test data that are language specific, and having them in a strings.xml in specific values-LANG folders would be perfect, but I only want this test data to be available for androidTest's and not the main code. Can this be done somehow?
Thank you
Søren