fieldenms / tg

Trident Genesis
MIT License
14 stars 7 forks source link

Remove deprecated DB-driven test support #2244

Closed homedirectory closed 5 months ago

homedirectory commented 5 months ago

Description

DB-driven approach to testing has been replaced by a domain-driven one, both in the platform and in TG applications. Therefore, supporting code for DB-driven testing should be removed.

It should be noted that this change might cause TG applications fail to compile due to unresolved import statements used in javadoc.

Expected outcome

Classes related to the deprecated DB-driven testing approach are removed.