@Test
    public void getFormattedValueCelsius() throws Exception {
        TempValueFormatter tempValueFormatter =
                new TempValueFormatter(TempValueFormatter.Unit.CELSIUS);
        String res = tempValueFormatter.getFormattedValue(10, null);