public final class TestCaseProfiler extends Object
Several invoke methods are provided to run the test methods all at once.
| Modifier and Type | Method and Description | 
|---|---|
static void | 
invokeAll()
Runs every test method in  
TestCaseProfile | 
static void | 
invokeNoRequirements()
Runs every test method in  
TestCaseProfile that
 has a NoRequires annotation. | 
static void | 
invokeWithRequirements()
Runs every test method in  
TestCaseProfile that
 has a Requires annotation. | 
static void | 
lineGraph()
Profiles the line graph with multiple update variations. 
 | 
static void | 
main(String[] args)
Starting point to running the test methods. 
 | 
static void | 
maxDataset1D()
Test method for the maximum dataset size used on
 every 1D renderer (ie - Histogram1D). 
 | 
static void | 
maxDataset1DCell()
Test method for the maximum dataset size used on
 every 2D Point data renderer (ie - AreaGraph). 
 | 
static void | 
maxDataset2DCell()
Test method for the maximum dataset size used on
 every 2D Cell data renderer (ie - IntensityGraph). 
 | 
static void | 
maxDataset2DPoint()
Test method for the maximum dataset size used on
 every 2D Point data renderer (ie - LineGraph). 
 | 
static void | 
maxDataset3DPoint()
Test method for the maximum dataset size used on
 every 2D Point data renderer (ie - BubbleGraph). 
 | 
static void | 
maxDatasetMultiline()
Test method for the maximum dataset size used on
 every Multiline (2D Point) data renderer (ie - NLineGraphs). 
 | 
static void | 
renderMethod()
Tests the different types of rendering methods to write data
 to a buffered image. 
 | 
public static void main(String[] args)
args - public static void invokeNoRequirements()
TestCaseProfile that
 has a NoRequires annotation.public static void invokeWithRequirements()
TestCaseProfile that
 has a Requires annotation.public static void invokeAll()
TestCaseProfile
 Prints to the system console for each test being run.
Some methods excluded:
public static void maxDataset1D()
ProfileGraph2D
 1D Table .CSV file.
 Settings:
public static void maxDataset2DPoint()
ProfileGraph2D
 1D Table .CSV file.
 Settings:
public static void maxDataset3DPoint()
ProfileGraph2D
 1D Table .CSV file.
 Settings:
public static void maxDataset1DCell()
ProfileGraph2D
 1D Table .CSV file.
 Settings:
public static void maxDatasetMultiline()
ProfileGraph2D 1D Table .CSV file.
 Settings:
public static void renderMethod()
public static void lineGraph()
public static void maxDataset2DCell()
ProfileGraph2D
 1D Table .CSV file.
 Settings:
Copyright © 2015. All rights reserved.