package com.tfnico.examples.guava; import static org.junit.Assert.*; import org.junit.Test; import com.google.common.util.concurrent.MoreExecutors; public class ConcurrencyTest { @Test public void showOffSomeFancyThreadStuff(){ //TODO: I'm not really good with concurrency, so my examples won't make it justice, I'm afraid. } }