# FileCheck

Source: https://www.tensorplay.cn/docs/generated/tensorplay.FileCheck.html

```python
class tensorplay.FileCheck
```

```python
check(self: tensorplay._C.FileCheck, test_string: str) &#x2192; tensorplay._C.FileCheck
```

```python
check_count(self: tensorplay._C.FileCheck, test_string: str, count: SupportsInt | SupportsIndex, exactly: bool = False) &#x2192; tensorplay._C.FileCheck
```

```python
check_dag(self: tensorplay._C.FileCheck, test_string: str) &#x2192; tensorplay._C.FileCheck
```

```python
check_next(self: tensorplay._C.FileCheck, test_string: str) &#x2192; tensorplay._C.FileCheck
```

```python
check_not(self: tensorplay._C.FileCheck, test_string: str) &#x2192; tensorplay._C.FileCheck
```

```python
check_regex(self: tensorplay._C.FileCheck, test_string: str) &#x2192; tensorplay._C.FileCheck
```

```python
check_same(self: tensorplay._C.FileCheck, test_string: str) &#x2192; tensorplay._C.FileCheck
```

```python
check_source_highlighted(self: tensorplay._C.FileCheck, test_string: str) &#x2192; tensorplay._C.FileCheck
```

```python
run(self: tensorplay._C.FileCheck, test_string: str) &#x2192; None
```
