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