Skip to content

Instantly share code, notes, and snippets.

anonymous
anonymous / gist:630969
Created October 17, 2010 16:09
DoSSaveRegex
import static org.junit.Assert.*;
import java.util.Arrays;
import java.util.concurrent.Callable;
import java.util.concurrent.Executors;
import java.util.concurrent.TimeUnit;
import java.util.regex.PatternSyntaxException;
import org.junit.After;
import org.junit.Before;