Skip to content

Instantly share code, notes, and snippets.

@Dalamar42
Created July 27, 2016 09:15
Show Gist options
  • Save Dalamar42/cdcd482dc62575c6b4facf345214ad1c to your computer and use it in GitHub Desktop.
Save Dalamar42/cdcd482dc62575c6b4facf345214ad1c to your computer and use it in GitHub Desktop.
public interface Database {
// ...
}
public class RealDatabase implements Database {
// ...
}
public class TestDoubleDatabase implements Database {
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment