Open
Description
see: tSQLt.Private_MarkSchemaAsTestClass
For test classes created using tSQLt.NewTestClass, tSQLt.Private_MarkSchemaAsTestClass is called which not only creates an extended property, but also inserts the test class name into this table, "tSQLt.Private_NewTestClassList(ClassName)".
This does not apply to test classes created using AUTHORIZATION, which breaks the RunNew functionality.