package hudson.plugins.tfs.model; import org.eclipse.jgit.transport.URIish; import org.junit.Assert; import org.junit.Test; /** * A class to test {@link AbstractHookEvent}. */ public class AbstractHookEventTest { }