do you mean running a single unit test? you can do that using: mvn clean test -PlocalTests -Dtest=TEST_NAME where TEST_NAME is your test class name. example: mvn clean test -PlocalTests -Dtest=TestGet
Matteo On Fri, Aug 9, 2013 at 10:15 AM, 闫昆 <[email protected]> wrote: > I find in hbase src directory exist test directory > wa o so much test unit > If I want to use this unit test class ,what should I do > I haven't experience use junit > > -- > In the Hadoop world, I am just a novice, explore the entire Hadoop > ecosystem, I hope one day I become a bird, travel the whole world > Thanks for your help, thanks to the open source community. I hope one day I > can contribute their own code > > YanBit > [email protected] >
