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 | setUp() setting up the test fixture. |
public void | tearDown() tearing down the test fixture. |
public void | testBenchmark() this method is the driver for the complete Benchmark.
It performs the following steps:
1.) n objects are created and inserted to the RDBMS.
2.) the created objects are modified. |
protected void | updateExistingArticles() updates all PerformanceArticles inserted by insertNewArticles() . |