HBASE-9702 Changed unit tests to use method names for tables

Signed-off-by: Michael Stack <stack@apache.org>
This commit is contained in:
Jan Hentschel 2017-02-12 21:34:33 +01:00 committed by Michael Stack
parent e4c06c120a
commit c7e605445a
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Rule;
import org.junit.Test;
import org.junit.Rule;
import org.junit.rules.TestName;
import org.junit.experimental.categories.Category;
import org.junit.rules.TestName;