Skip to content

Instantly share code, notes, and snippets.

@awilmore
awilmore / ExceptionTester
Created May 23, 2012 10:22
Standard Exception Constructor Tester
package com.awilmore.testutils;
import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;
import junit.framework.Assert;
public class ExceptionTester extends Assert {
public ExceptionTester(Class<?> exceptionClass) {
@awilmore
awilmore / .gitconfig
Created October 8, 2018 03:32
Personal ~/.gitconfig
[user]
name = abc
email = [email protected]
[core]
excludesfile = ~/.gitignore_global
[color]
ui = auto