Unknown Values

Component Testing for Ada

In some cases, Component Testing for Ada is unable to produce a default value in the .ptu test script. When this occurs, Component Testing produces an invalid value with the prefix _Unknown.

Such cases include:

  • Private values: _Unknown_private_value

  • Function pointers: _Unknown_access_to_function

  • Tagged limited private: _Unknown_access_to_tagged_limited_private

Before compiling you must manually replace these _Unknown values with valid values.