File tree Expand file tree Collapse file tree
src/test/java/org/apache/commons/codec Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 */
1717package org .apache .commons .codec .digest ;
1818
19- import org .apache .commons .codec .Charsets ;
2019import static org .junit .Assert .assertEquals ;
2120import static org .junit .Assert .assertNotSame ;
2221import static org .junit .Assert .assertTrue ;
22+
23+ import org .apache .commons .codec .Charsets ;
2324import org .junit .Test ;
2425
2526public class Apr1CryptTest {
Original file line number Diff line number Diff line change 1818
1919import static org .junit .Assert .assertEquals ;
2020import static org .junit .Assert .assertNotNull ;
21+
2122import org .junit .Test ;
2223
2324public class B64Test {
Original file line number Diff line number Diff line change 1919import static org .junit .Assert .assertEquals ;
2020import static org .junit .Assert .assertNotNull ;
2121import static org .junit .Assert .assertTrue ;
22+
2223import org .junit .Test ;
2324
2425public class CryptTest {
Original file line number Diff line number Diff line change 1717
1818package org .apache .commons .codec .digest ;
1919
20+ import static org .junit .Assert .assertEquals ;
21+ import static org .junit .Assert .assertNotNull ;
22+ import static org .junit .Assert .fail ;
23+
2024import java .io .ByteArrayInputStream ;
2125import java .io .IOException ;
2226import java .security .MessageDigest ;
2327import java .util .Random ;
2428
2529import org .apache .commons .codec .binary .Hex ;
2630import org .apache .commons .codec .binary .StringUtils ;
27- import static org .junit .Assert .assertEquals ;
28- import static org .junit .Assert .assertNotNull ;
29- import static org .junit .Assert .fail ;
3031import org .junit .Test ;
3132
3233/**
Original file line number Diff line number Diff line change 1616 */
1717package org .apache .commons .codec .digest ;
1818
19- import org .apache .commons .codec .Charsets ;
2019import static org .junit .Assert .assertEquals ;
2120import static org .junit .Assert .assertNotNull ;
2221import static org .junit .Assert .assertTrue ;
22+
23+ import org .apache .commons .codec .Charsets ;
2324import org .junit .Test ;
2425
2526public class Md5CryptTest {
Original file line number Diff line number Diff line change 1616 */
1717package org .apache .commons .codec .digest ;
1818
19+ import static org .junit .Assert .assertEquals ;
20+ import static org .junit .Assert .assertTrue ;
21+
1922import java .util .Arrays ;
2023
2124import org .apache .commons .codec .Charsets ;
22- import static org .junit .Assert .assertEquals ;
23- import static org .junit .Assert .assertTrue ;
2425import org .junit .Test ;
2526
2627public class Sha256CryptTest {
Original file line number Diff line number Diff line change 1616 */
1717package org .apache .commons .codec .digest ;
1818
19+ import static org .junit .Assert .assertEquals ;
20+ import static org .junit .Assert .assertTrue ;
21+
1922import java .util .Arrays ;
2023
2124import org .apache .commons .codec .Charsets ;
22- import static org .junit .Assert .assertEquals ;
23- import static org .junit .Assert .assertTrue ;
2425import org .junit .Ignore ;
2526import org .junit .Test ;
2627
Original file line number Diff line number Diff line change 1616 */
1717package org .apache .commons .codec .digest ;
1818
19- import org .apache .commons .codec .Charsets ;
2019import static org .junit .Assert .assertEquals ;
2120import static org .junit .Assert .assertNotNull ;
2221import static org .junit .Assert .assertNotSame ;
2322import static org .junit .Assert .assertTrue ;
23+
24+ import org .apache .commons .codec .Charsets ;
2425import org .junit .Test ;
2526
2627public class UnixCryptTest {
Original file line number Diff line number Diff line change 1717
1818package org .apache .commons .codec .language .bm ;
1919
20- import org .junit .Test ;
20+ import static org .junit .Assert . assertEquals ;
2121
2222import java .util .Arrays ;
2323import java .util .HashSet ;
2424import java .util .Map ;
2525import java .util .TreeMap ;
2626
27- import static org .junit .Assert . assertEquals ;
27+ import org .junit .Test ;
2828
2929/**
3030 * Tests PhoneticEngine and Languages.LanguageSet in ways very similar to code found in solr-3.6.0.
You can’t perform that action at this time.
0 commit comments