File that wanted to feel special and not be part of last commit.

This commit is contained in:
emerald000 2015-12-01 06:16:00 -05:00
parent 06199eeca3
commit 7abfc7d025

View file

@ -1,15 +1,14 @@
package mage; package test.java.mage;
import mage.constants.ColoredManaSymbol;
import mage.constants.ManaType;
import mage.filter.FilterMana;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
import static junit.framework.Assert.assertTrue; import static junit.framework.Assert.assertTrue;
import static junit.framework.TestCase.assertFalse; import static junit.framework.TestCase.assertFalse;
import static org.junit.Assert.*; import mage.constants.ColoredManaSymbol;
import mage.constants.ManaType;
import mage.filter.FilterMana;
import static org.junit.Assert.assertEquals;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
/** /**
* Custom unit tests for {link Mana}. * Custom unit tests for {link Mana}.