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 | ↵ | | |
|
9 | public void testStatGraphVisualizer() throws Exception{↵ | | 1 | void testStatGraphVisualizer() throws Exception{↵
|
10 | assertTrue("StatGraphVisualizer Functor",StatGraphVisualizer.testFunctors());↵ | | 2 | assertTrue("StatGraphVisualizer Functor",StatGraphVisualizer.testFunctors());↵
|
11 | }↵ | | 3 | }↵
|
12 | ↵ | | 4 | ↵
|
13 | public void testStatVisualizer() throws Exception{↵ | | 5 | public void testStatVisualizer() throws Exception{↵
|
14 | assertTrue("StatVisualizer Functor",StatVisualizer.testFunctors());↵ | | 6 | assertTrue("StatVisualizer Functor",StatVisualizer.testFunctors());↵
|
15 | }↵ | | 7 | }↵
|
16 | ↵ | | 8 | ↵
|
17 | public void testArgumentsPanel() throws Exception{↵ | | 9 | public void testArgumentsPanel() throws Exception{↵
|
18 | assertTrue("ArgumentsPanel Functor",ArgumentsPanel.testFunctors());↵ | | 10 | assertTrue("ArgumentsPanel Functor",ArgumentsPanel.testFunctors());↵
|
19 | } | | 11 | }↵
|
| | | 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 | }
|