applyDeviceThemeForTestCase function
Applies testCase.deviceTarget.theme when present.
Implementation
String? applyDeviceThemeForTestCase(EnsembleTestCase testCase) {
return applyEnsembleTestTheme(testCase.deviceTarget?.theme);
}
Applies testCase.deviceTarget.theme when present.
String? applyDeviceThemeForTestCase(EnsembleTestCase testCase) {
return applyEnsembleTestTheme(testCase.deviceTarget?.theme);
}