Home
last modified time | relevance | path

Searched refs:DELTA_START (Results 1 – 1 of 1) sorted by relevance

/external/junit/src/junit/framework/
DComparisonCompactor.java7 private static final String DELTA_START= "["; field in ComparisonCompactor
33 String result= DELTA_START + source.substring(fPrefix, source.length() - fSuffix + 1) + DELTA_END; in compactString()