Description
We support JUnit 4.10, but actually use it!!!
All imports should be org.junit instead of junit.framework.*
We also do not make use of the very handy @Ignore annotation provided by JUnit 4.X... we should.
We support JUnit 4.10, but actually use it!!!
All imports should be org.junit instead of junit.framework.*
We also do not make use of the very handy @Ignore annotation provided by JUnit 4.X... we should.
Attached are paches for the gora-accumulo, gora-cassandra, gora-core and gora-hbase modules. I used import static org.junit.Assert.*; as it is recommended by junit. http://junit.sourceforge.net/javadoc/org/junit/Assert.html
I have also added the @Ignore annotation in the tests that had empty body.