@@ -4,9 +4,20 @@ |
||
4 | 4 | |
5 | 5 | interface TestInterface |
6 | 6 | { |
7 | + /** |
|
8 | + * @return string |
|
9 | + */ |
|
7 | 10 | public function getCategory(); |
11 | + |
|
12 | + /** |
|
13 | + * @return TestConfiguration |
|
14 | + */ |
|
8 | 15 | public function getConfiguration(); |
9 | 16 | //public function getTestData(); |
17 | + |
|
18 | + /** |
|
19 | + * @return TestResult |
|
20 | + */ |
|
10 | 21 | public function getTestResult(); |
11 | 22 | public function invokeTest(); |
12 | 23 | } |