import static org.hamcrest.Matchers.notNullValue;
import com.google.common.base.Optional;
-import org.testng.annotations.Test;
+import org.junit.Test;
/**
* Tests for {@link Reply}.
import static org.hamcrest.MatcherAssert.assertThat;
import com.google.common.base.Optional;
-import org.testng.annotations.Test;
+import org.junit.Test;
/**
* Tests for {@link Source}.
import net.pterodactylus.irc.util.MessageCleaner.Attributes;
-import org.testng.annotations.Test;
+import org.junit.Test;
/**
* Tests for {@link MessageCleaner}.