<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@contract-case/case-boundary](./case-boundary.md) &gt; [PrintableTestTitle](./case-boundary.printabletesttitle.md)

## PrintableTestTitle interface

Data class to hold data for a test title print line

**Signature:**

```typescript
export interface PrintableTestTitle
```

## Properties

| Property                                                               | Modifiers             | Type   | Description                                                                                   |
| ---------------------------------------------------------------------- | --------------------- | ------ | --------------------------------------------------------------------------------------------- |
| [additionalText](./case-boundary.printabletesttitle.additionaltext.md) | <code>readonly</code> | string | Any additional text to print after the title (may include newlines)                           |
| [icon](./case-boundary.printabletesttitle.icon.md)                     | <code>readonly</code> | string | An icon for the start of the line (usually a single character emoji, but could be any string) |
| [kind](./case-boundary.printabletesttitle.kind.md)                     | <code>readonly</code> | string | Either 'success' to indicate success, or 'failure' to indicate failure                        |
| [title](./case-boundary.printabletesttitle.title.md)                   | <code>readonly</code> | string | The title to print (will not include newlines)                                                |
