ThemeFactory.getDefaultInstance().createMutableStyleProperties();
ShorthandAnalyzer analyzer = new BasicShorthandAnalyzer(
StyleShorthands.BORDER_LEFT, checkerMock, shorthandSetMock);
analyzer.analyze(TargetEntity.ELEMENT, inputValues, deviceValuesMock);
analyzer.updateShorthand(outputValues);
assertTrue("Should be able to use shorthand",
analyzer.canUseShorthand());
// red should be the color overide