Make com.facebook.buck.util.concurrent.MoreExecutors available to our JUnitRunner. Summary: BuckBlockJUnit4ClassRunner contains some copy/paste code from MoreExecutors because our JUnit runner uses a restricted classpath. This diff refactors things to share the MoreExecutors code with our JUnitRunner. Also remove duplicate documentation in BuckBlockJUnit4ClassRunner. Test Plan: Sandcastle builds.
Buck is an Android build tool. To see what Buck can do for you, check out the documentation at http://facebook.github.io/buck/.
To build Buck, run the following:
git clone git@github.com:facebook/buck.git cd buck ant ./bin/buck --help
Apache License 2.0