> ## Documentation Index
> Fetch the complete documentation index at: https://easyaf.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# BreakdanceTestAssemblyAttribute

> Tells Breakdance that the attributed method generates a manifest file that is used to test functional outputs.

## Definition

**Assembly:** CloudNimble.Breakdance.Assemblies.dll

**Namespace:** CloudNimble.Breakdance.Assemblies

**Inheritance:** System.Attribute

## Syntax

```csharp theme={"dark"}
CloudNimble.Breakdance.Assemblies.BreakdanceTestAssemblyAttribute
```

## Summary

Tells Breakdance that the attributed method generates a manifest file that is used to test functional outputs.

## Constructors

### <Icon icon="hammer" iconType="duotone" color="#419AC5" size={24} className="mr-2" /> .ctor

#### Syntax

```csharp theme={"dark"}
public BreakdanceTestAssemblyAttribute()
```
