@Test
 public void factorTooltipHeader() {
   assertThat(subject.getFactorTooltipHeader(0), is("Property"));
   assertThat(subject.getFactorTooltipHeader(1), is("Value (N=1)"));
 }