| org.apache.roller.business.PingsTest
PingsTest | public class PingsTest extends TestCase (Code) | | Test Pings 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) | | |
testApplicableAutoPings | public void testApplicableAutoPings() throws Exception(Code) | | |
testAutoPingCRUD | public void testAutoPingCRUD() throws Exception(Code) | | Test basic persistence operations ... Create, Update, Delete
|
testAutoPingLookups | public void testAutoPingLookups() throws Exception(Code) | | Test lookup mechanisms ... id, ping target, weblog
|
testPingTargetCRUD | public void testPingTargetCRUD() throws Exception(Code) | | Test basic persistence operations ... Create, Update, Delete
|
testPingTargetLookups | public void testPingTargetLookups() throws Exception(Code) | | Test lookup mechanisms ... id, all common, all custom for weblog
|
testPingTargetRemovals | public void testPingTargetRemovals() throws Exception(Code) | | Test special ping target removal methods ... by weblog/target, collection, all
|
testRemoveLoadedPingTarget | public void testRemoveLoadedPingTarget() throws Exception(Code) | | Test that we can properly remove a ping target when it has
associated elements like auto pings and ping queue entries.
|
|
|