Method Summary |
|
protected void | clearTable() |
protected void | deleteArticles() deletes all PerformanceArticle created by insertNewArticles . |
protected void | insertNewArticles() create new PerformanceArticle objects and insert them into the RDBMS. |
public static void | main(String[] args) launches the TestCase. |
protected void | readArticles() read in all the PerformanceArticles from the RDBMS that have
been inserted by insertNewArticles() . |
protected void | readArticlesByCursor() read in all the PerformanceArticles from the RDBMS that have
been inserted by insertNewArticles() . |
public void | testBenchmark() |
protected void | updateExistingArticles() updates all PerformanceArticles inserted by insertNewArticles() . |