final TestdataEntity c = new TestdataEntity("c", val3);
final TestdataEntity d = new TestdataEntity("d", val2);
final TestdataEntity e = new TestdataEntity("e", val3);
final TestdataEntity f = new TestdataEntity("f", val3);
GenuineVariableDescriptor variableDescriptor = TestdataEntity.buildVariableDescriptorForValue();
EntitySelector entitySelector = SelectorTestUtils.mockEntitySelector(variableDescriptor.getEntityDescriptor(),
a, b, c, d, e, f);
DefaultPillarSelector pillarSelector = new DefaultPillarSelector(
entitySelector, Arrays.asList(variableDescriptor), false, false, 1, Integer.MAX_VALUE);