blob: 2affa9e7c5d8d3c4b80872ee6d8c53249a15801d [file]
<?xml version="1.0" encoding="utf-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<UnitTester
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns="*"
testDir="mobile/components/ToggleSwitch/integration/"
testSWF="ToggleSwitchEvents.mxml">
<fx:Script><![CDATA[ public static function init(o:DisplayObject):void { } ]]></fx:Script>
<fx:Metadata><![CDATA[ [Mixin] ]]></fx:Metadata>
<testCases>
<!-- Custom skin with styles -->
<TestCase testID="custom_skin_styles" keywords="[ToggleSwitch, skin]" description="Custom skin">
<setup>
<!--<ResetComponent target="ts1" className="spark.components.ToggleSwitch" waitEvent="updateComplete" />-->
</setup>
<body>
<CompareBitmap numColorVariances="20" maxColorVariance="16" url="../integration/baselines" target="ts1">
<ConditionalValue deviceDensity="160" os="win"/>
<ConditionalValue deviceDensity="240" os="android" />
<ConditionalValue deviceDensity="320" os="win"/>
<ConditionalValue deviceDensity="320" os="ios" />
<ConditionalValue deviceDensity="160" os="qnx" />
</CompareBitmap>
</body>
</TestCase>
<TestCase testID="custom_skin_styles_selected" keywords="[ToggleSwitch, skin]" description="Custom skin">
<setup>
<!--<ResetComponent target="ts1" className="spark.components.ToggleSwitch" waitEvent="updateComplete" />-->
<SetProperty target="ts1" propertyName="selected" value="true" waitTarget="ts1" waitEvent="updateComplete" />
</setup>
<body>
<CompareBitmap numColorVariances="20" maxColorVariance="16" url="../integration/baselines" target="ts1">
<ConditionalValue deviceDensity="160" os="win"/>
<ConditionalValue deviceDensity="240" os="android" />
<ConditionalValue deviceDensity="320" os="win"/>
<ConditionalValue deviceDensity="320" os="ios" />
<ConditionalValue deviceDensity="160" os="qnx" />
</CompareBitmap>
</body>
</TestCase>
<!-- Custom skin with French labels -->
<TestCase testID="custom_skin_French_label" keywords="[ToggleSwitch, skin]" description="Custom skin">
<setup>
<!--<ResetComponent target="ts2" className="spark.components.ToggleSwitch" waitEvent="updateComplete" />-->
</setup>
<body>
<CompareBitmap numColorVariances="20" maxColorVariance="16" url="../integration/baselines" target="ts2">
<ConditionalValue deviceDensity="160" os="win"/>
<ConditionalValue deviceDensity="240" os="android" />
<ConditionalValue deviceDensity="320" os="win"/>
<ConditionalValue deviceDensity="320" os="ios" />
<ConditionalValue deviceDensity="160" os="qnx" />
</CompareBitmap>
</body>
</TestCase>
<TestCase testID="custom_skin_French_selected" keywords="[ToggleSwitch, skin]" description="Custom skin">
<setup>
<!--<ResetComponent target="ts2" className="spark.components.ToggleSwitch" waitEvent="updateComplete" />-->
<SetProperty target="ts2" propertyName="selected" value="true" waitTarget="ts2" waitEvent="updateComplete" />
</setup>
<body>
<CompareBitmap numColorVariances="20" maxColorVariance="16" url="../integration/baselines" target="ts2">
<ConditionalValue deviceDensity="160" os="win"/>
<ConditionalValue deviceDensity="240" os="android" />
<ConditionalValue deviceDensity="320" os="win"/>
<ConditionalValue deviceDensity="320" os="ios" />
<ConditionalValue deviceDensity="160" os="qnx" />
</CompareBitmap>
</body>
</TestCase>
<!-- Custom skin with Japanese labels -->
<TestCase testID="custom_skin_Japanese_label" keywords="[ToggleSwitch, skin]" description="Custom skin">
<setup>
<!--<ResetComponent target="ts3" className="spark.components.ToggleSwitch" waitEvent="updateComplete" />-->
</setup>
<body>
<CompareBitmap numColorVariances="20" maxColorVariance="16" url="../integration/baselines" target="ts3">
<ConditionalValue deviceDensity="160" os="win"/>
<ConditionalValue deviceDensity="240" os="android" />
<ConditionalValue deviceDensity="320" os="win"/>
<ConditionalValue deviceDensity="320" os="ios" />
<ConditionalValue deviceDensity="160" os="qnx" />
</CompareBitmap>
</body>
</TestCase>
<TestCase testID="custom_skin_Japanese_selected" keywords="[ToggleSwitch, skin]" description="Custom skin">
<setup>
<!--<ResetComponent target="ts3" className="spark.components.ToggleSwitch" waitEvent="updateComplete" />-->
<SetProperty target="ts3" propertyName="selected" value="true" waitTarget="ts3" waitEvent="updateComplete" />
</setup>
<body>
<CompareBitmap numColorVariances="20" maxColorVariance="16" url="../integration/baselines" target="ts3">
<ConditionalValue deviceDensity="160" os="win"/>
<ConditionalValue deviceDensity="240" os="android" />
<ConditionalValue deviceDensity="320" os="win"/>
<ConditionalValue deviceDensity="320" os="ios" />
<ConditionalValue deviceDensity="160" os="qnx" />
</CompareBitmap>
</body>
</TestCase>
</testCases>
</UnitTester>