1 | void testSummaryReport() throws Exception{↵ | | 1 | void testStatVisualizer() throws Exception{↵
|
2 | assertTrue("SummaryReport Functor",SummaryReport.testFunctors());↵ | | 2 | assertTrue("StatVisualizer Functor",StatVisualizer.testFunctors());↵
|
3 | }↵ | | 3 | }↵
|
4 | ↵ | | 4 | ↵
|
5 | public void testTableVisualizer() throws Exception{↵ | | 5 | public void testArgumentsPanel() throws Exception{↵
|
6 | assertTrue("TableVisualizer Functor",TableVisualizer.testFunctors());↵ | | 6 | assertTrue("ArgumentsPanel Functor",ArgumentsPanel.testFunctors());↵
|
7 | }↵ | | 7 | }↵
|
8 | ↵ | | 8 | ↵
|
9 | public void testStatGraphVisualizer() throws Exception{↵ | | 9 | public void testHTTPArgumentsPanel() throws Exception{↵
|
10 | assertTrue("StatGraphVisualizer Functor",StatGraphVisualizer.testFunctors());↵ | | 10 | assertTrue("HTTPArgumentsPanel Functor",HTTPArgumentsPanel.testFunctors());↵
|
11 | }↵ | | 11 | }↵
|
12 | ↵ | | 12 | ↵
|
13 | public void testStatVisualizer() throws Exception{↵ | | 13 | public void testLDAPArgumentsPanel() throws Exception{↵
|
14 | assertTrue("StatVisualizer Functor",StatVisualizer.testFunctors());↵ | | 14 | assertTrue("LDAPArgumentsPanel Functor",LDAPArgumentsPanel.testFunctors());↵
|
15 | | | 15 |
|