applyDeviceThemeForTestCase function

String? applyDeviceThemeForTestCase(
  1. EnsembleTestCase testCase
)

Applies testCase.deviceTarget.theme when present.

Implementation

String? applyDeviceThemeForTestCase(EnsembleTestCase testCase) {
  return applyEnsembleTestTheme(testCase.deviceTarget?.theme);
}