public class AiPromptTestRepository : IAiPromptTestRepositoryPublic Class AiPromptTestRepository
Implements IAiPromptTestRepositorypublic ref class AiPromptTestRepository : IAiPromptTestRepositorytype AiPromptTestRepository =
class
interface IAiPromptTestRepository
end| AiPromptTestRepository | Репозиторий для управления записями в таблицах механизма тестирования промптов ИИ. |
| DeleteExpiredTestsAsync | Очистить старые тесты. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetRequestStateAsync | Узнать статус запроса. |
| GetTestCasesAsync | Получить тест-кейсы. |
| GetTestResultsAsync | Получить результаты тест-кейсов. |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| SetTestCompleteAsync | Записать результаты тестирования и установить статус теста Completed. |
| SetTestStateAsync | Обновить статус теста. |
| StoreRequestAsync | Добавить в БД запрос тестирование. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |