| org.apache.roller.business.HitCountTest
HitCountTest | public class HitCountTest extends TestCase (Code) | | Test HitCount related business operations.
|
log | public static Log log(Code) | | |
setUp | public void setUp() throws Exception(Code) | | All tests in this suite require a user and a weblog.
|
suite | public static Test suite()(Code) | | |
testHitCountCRUD | public void testHitCountCRUD() throws Exception(Code) | | Test basic persistence operations ... Create, Update, Delete.
|
testHitCountLookups | public void testHitCountLookups() throws Exception(Code) | | |
testIncrementHitCount | public void testIncrementHitCount() throws Exception(Code) | | |
|
|