assertNotNull(compilationResult.getCss());
assertNotNull(compilationResult.getSourceMap());
assertLinksSourceMap(compilationResult.getCss(), toFullMapSuffix());
SourceMapValidator validator = new SourceMapValidator(LESS_INPUT_CONTENTS);
validator.validateSourceMap(compilationResult, new File(ONE_IMPORT_MAPDATA_GUESSED_CSS), URIUtils.changeSuffix(ONE_IMPORT_LESS_FILE, Constants.FULL_SOURCE_MAP_SUFFIX));
}