StyleValueFactory.getDefaultInstance();
public void testStyleListExtractor() throws Exception {
List expectedList = new ArrayList();
expectedList.add(new EffectRule(
new EffectDescriptor("none", null, 1.0, 1.0, null),
"none",
"none"));
expectedList.add(new EffectRule(
new EffectDescriptor("grow", "top-left", 2.0, 2.0, null),
"none",
"8"));
String randomParams = "wipe- top, wipe-top, slide-left, slide-right, random";
EffectParameters params
= EffectParameters.getParser("random").parse(randomParams);
expectedList.add(new EffectRule(
new EffectDescriptor("random", null, 3.0, 3.0, params),
"16",
"none"));
List frameList = new ArrayList();