com.walmart.openapi
Class DataFeedManagerTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.walmart.openapi.DataFeedManagerTest
All Implemented Interfaces:
junit.framework.Test

public class DataFeedManagerTest
extends junit.framework.TestCase


Constructor Summary
DataFeedManagerTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void test_feedIterator_bestsellers_electronics()
          Download bestsellers items from the electronics category.
 void test_feedIterator_clearance()
          Download clearance items from the electronics category.
 void test_feedIterator_download_complete_feed()
          Download a sample from the complete Walmart catalog.
 void test_feedIterator_download_electronics_category_feed()
          Download the Electronics category feed.
 void test_feedIterator_preorder()
          Download preorder items from the electronics category.
 void test_feedIterator_rollback_electronics()
          Download roll back items from the electronics category.
 void test_feedIterator_specialbuys_electronics()
          Download specialbuys items from the electronics category.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataFeedManagerTest

public DataFeedManagerTest()
Method Detail

setUp

public void setUp()
           throws java.io.IOException
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.io.IOException

test_feedIterator_specialbuys_electronics

public void test_feedIterator_specialbuys_electronics()
                                               throws java.lang.Exception
Download specialbuys items from the electronics category.

Throws:
java.lang.Exception

test_feedIterator_bestsellers_electronics

public void test_feedIterator_bestsellers_electronics()
                                               throws java.lang.Exception
Download bestsellers items from the electronics category.

Throws:
java.lang.Exception

test_feedIterator_preorder

public void test_feedIterator_preorder()
                                throws java.lang.Exception
Download preorder items from the electronics category.

Throws:
java.lang.Exception

test_feedIterator_clearance

public void test_feedIterator_clearance()
                                 throws java.lang.Exception
Download clearance items from the electronics category.

Throws:
java.lang.Exception

test_feedIterator_rollback_electronics

public void test_feedIterator_rollback_electronics()
                                            throws java.lang.Exception
Download roll back items from the electronics category.

Throws:
java.lang.Exception

test_feedIterator_download_electronics_category_feed

public void test_feedIterator_download_electronics_category_feed()
                                                          throws java.lang.Exception
Download the Electronics category feed.

Throws:
java.lang.Exception

test_feedIterator_download_complete_feed

public void test_feedIterator_download_complete_feed()
                                              throws java.lang.Exception
Download a sample from the complete Walmart catalog.

Throws:
java.lang.Exception

tearDown

public void tearDown()
Overrides:
tearDown in class junit.framework.TestCase