# Contains

**Contains assertion** служит для проверки вхождения подстроки в строку.

Данный **Assertion** имеет следующий интерфейс:

![](/files/-LiMqA9pfs2Sw3YF9An6)

Данный **Assertion** имеет следующие поля:

* **Text** - текст, где будет производиться поиск
* **Value** - значение для поиска

### Исправление ошибок

У данного **Assertion**-а нет механизма исправления ошибок

### Файловое представление

В файле **Assertion** имеет тип `contains` , описание самого типа можно найти в документации к [файловому представлению Assertion](/master/node-types/assertion.md#failovoe-predstavlenie) в определении `#/definitions/ContainsAssertion` .


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-ru.testmace.com/master/node-types/assertion/contains.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
