# Guice Junit test-runner

DevFeed: [Guice Junit test-runner](<https://devfeed.tech/articles/guice-junit-test-runner-37771.md>)

Original publisher: [Read original article](<https://carlosbecker.com/posts/gunit-guice-and-junit-fall-in-love/>)

Author: Carlos Alexandro Becker

Published: 2012-08-07T00:00:00Z

Content type: tutorial

Language: en

Sources: [Carlos Becker](<https://devfeed.tech/sources/carlos-becker.md>)

Topics: [test](<https://devfeed.tech/topics/test.md>), [Maven Central](<https://devfeed.tech/topics/maven-central.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [build](<https://devfeed.tech/tags/build.md>), [code](<https://devfeed.tech/tags/code.md>), [dependencies](<https://devfeed.tech/tags/dependencies.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [install](<https://devfeed.tech/tags/install.md>), [junit](<https://devfeed.tech/tags/junit.md>), [maven-central](<https://devfeed.tech/tags/maven-central.md>), [repository](<https://devfeed.tech/tags/repository.md>), [runner](<https://devfeed.tech/tags/runner.md>), [test](<https://devfeed.tech/tags/test.md>), [tests](<https://devfeed.tech/tags/tests.md>)

## AI overview

A tutorial on using a small Guice and JUnit test-runner library. Because the library was not yet published to Maven Central, readers must build and install it in their local repository before adding it as a dependency.

## Source excerpt

Yesterday, I wrote a small article talking about Guice and JUnit, so, this time, I'll just say how to use the small lib that I build (not big deal, one class, one annotation =] )