Search in sources :

Example 1 with LegendTitle

use of com.vaadin.addon.charts.model.LegendTitle in project charts by vaadin.

the class ConfigurationObjectJSONSerializationTest method toJSON_LegendTitleWithNullValue_NullSerializedToText.

@Test
public void toJSON_LegendTitleWithNullValue_NullSerializedToText() {
    LegendTitle title = new LegendTitle();
    assertEquals("{\"text\":null}", toJSON(title));
}
Also used : LegendTitle(com.vaadin.addon.charts.model.LegendTitle) Test(org.junit.Test)

Aggregations

LegendTitle (com.vaadin.addon.charts.model.LegendTitle)1 Test (org.junit.Test)1