+
+ {{ currentDataset.analysis ? 'Loaded' : 'Waiting' }}
+
+
+
+
+
+ Current Dataset
+
+ {{ currentDatasetKindHelp }}
+
+
+
+
+
+
+ Fixture File
+ {{ currentDataset.fileName }}
+
+
+ Fixture Path
+ {{ currentDataset.relativePath }}
+
+
+ Pytest File
+ {{ currentDataset.testFile }}
+
+
+ Loaded From
+
+ {{ currentDataset.sourceLabel || 'Not loaded yet' }}
+
+
+
+
+
+
+
+
+
+
+
+ Function Explorer
+
+ Select a wallet interface method, then inspect its raw test cases.
+
+
+
+
+
+
+
+
+ No functions match the current search.
+
+
+
+
+
+
+ Raw Test Cases
+
+ These are the entries under
+
+ functions.{{ currentFunctionName || '...' }}.tests.
+
+
+
+
+
+
+
+ No raw tests match the current search for this function.
+
+
+
+
+
+
+ Funding Sources
+
+ Wallet classes and settings configured in the current fixture file.
+
+
+
+
+
+
+
+
+ {{ currentFunction.name }}
+
+
+
+
+
+ Function-Level Mock Templates
+
+ These are the reusable mock definitions under
+
+ functions.{{ currentFunction.name }}.mocks.
+
+
+
+
+
+
+ {{ entry.mockNames.length }} mocks
+
+
+
+
+
+ {{ entry.fundingSource.name }}
+ +
+
+
+
+
+ {{ mock.name }}
+ {{ mockSummary(mock) }}
+
+ No base mock templates for this wallet in this function.
+
+
+
+ {{ selectedRawTest.description || `Test ${selectedRawTest.index + 1}` }}
+
+
+
+
+
+ Selected Raw Test
+
+ Source path:
+
+ {{ selectedRawTestPath }}
+
+
+ {{ coverage.fundingSource.name }} · {{ coverage.variantCount }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Generated Wallet Tests
+
+ Expanded using the same wallet-test combination rules as
+
+ {{ currentDataset.testFile }}.
+