## TestError.(constructor)

Constructs a new instance of the `TestError` class

**Signature:**

```typescript
constructor(actual: any, expected: any);
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| actual | any |  |
| expected | any |  |
