codeaudit / dkpro-core-asl

Automatically exported from code.google.com/p/dkpro-core-asl
0 stars 0 forks source link

Test input/output capability declarations #135

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would probably be useful to extend test cases (or at least one test case) to 
check if all annotations produced by a component are of the types or subtypes 
of the declared output capabilities.

It may also be useful to extend at least one test case to check if the CAS sent 
to the component under test contains only types (or subtypes) of the declared 
input capabilities.

That may help to detect if a component declares all input and output 
capabilities.

Original issue reported on code.google.com by richard.eckart on 14 Apr 2013 at 8:41