Document limitation on extending Test_Fixture with a controlled component for

non-native run-time libraries.
 [L409-003]
This commit is contained in:
Ed Falis
2012-04-18 11:43:56 +00:00
parent f3424c04f0
commit e8309963b1

View File

@@ -542,6 +542,8 @@ end Money_Suite;}
Note that @code{New_Suite} and @code{Create} are fully compatible with
limited run-times (in particular, those without dynamic allocation support).
Note, however, that for non-native run-time libraries, you cannot extend
@{Test_Fixture} with a controlled component.
You can find a compilable example of
@code{AUnit.Test_Caller} use in the AUnit installation