166167168169170171172173174175176
getSpec().sortFeatures(new JUnitSorterAdapter(sorter)); } private SpecInfo getSpec() { if (spec == null) { spec = new SpecInfoBuilder(clazz).build(); new JUnitDescriptionGenerator(spec).attach(); enrichSpecWithArquillian(spec); } return spec; }
175176177178179180181182183184185
private SpecInfo getSpec() { if (spec == null) { spec = new SpecInfoBuilder(clazz).build(); new JUnitDescriptionGenerator(spec).attach(); enrichSpecWithArquillian(spec); } return spec; }