126127128129130131132133134135136
); int expectedPrecisionStep = 16; assertEquals( "the numeric step should be " + expectedPrecisionStep, expectedPrecisionStep, numericFieldSettingsDescriptor.precisionStep() ); } @Test public void testFieldDescriptorDefaultAnalyzer() {