Notification Method Debugger
{testing ? "Testing..." : "Test All Methods"}
Test Integrated Notification
{#if results.length > 0}
Test Results:
{#each results as result (result.method)}
{result.method}:
{result.success ? "✓ Success" : "✗ Failed"}
{#if result.error}
{result.error}
{/if}
{/each}
{/if}