Refactor application-mode tests so we can reuse most of it for framework mode.

This commit is contained in:
Max Schaefer
2024-01-17 11:20:43 +00:00
parent 312dd16956
commit adea805546
3 changed files with 94 additions and 36 deletions

View File

@@ -21,6 +21,11 @@ signature module CandidateSig {
* Gets the kind of this endpoint, either "sourceModel" or "sinkModel".
*/
string getExtensibleType();
/**
* Gets a string representation of this endpoint.
*/
string toString();
}
/**