Skip to content

Instantly share code, notes, and snippets.

View chadsmall's full-sized avatar

Chad Small chadsmall

View GitHub Profile

Keybase proof

I hereby claim:

  • I am chadsmall on github.
  • I am chadsmall (https://keybase.io/chadsmall) on keybase.
  • I have a public key ASCzgEb5UkL41m9icIx-77LAnMRpDerIXYk-XmoNDB7zyAo

To claim this, I am signing this object:

@chadsmall
chadsmall / DropwizardTestServer.java
Created November 27, 2012 16:59 — forked from spinscale/DropwizardTestServer.java
Dropwizard testing rule for 0.6.0 SNAPSHOT
package de.spinscale.test;
import com.yammer.dropwizard.Service;
import com.yammer.dropwizard.bundles.BasicBundle;
import com.yammer.dropwizard.cli.Cli;
import com.yammer.dropwizard.cli.ServerCommand;
import com.yammer.dropwizard.config.Bootstrap;
import com.yammer.dropwizard.config.Configuration;
import org.junit.rules.TestRule;
import org.junit.runner.Description;