mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
File that wanted to feel special and not be part of last commit.
This commit is contained in:
parent
06199eeca3
commit
7abfc7d025
1 changed files with 8 additions and 9 deletions
|
@ -1,15 +1,14 @@
|
|||
package 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;
|
||||
package test.java.mage;
|
||||
|
||||
import static junit.framework.Assert.assertTrue;
|
||||
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}.
|
||||
|
|
Loading…
Reference in a new issue