| 200 | it('should retain prototype methods for constructed objects when calling setData', async () => { |
| 201 | const expectedResult = 'success!' |
| 202 | class TestClass { |
| 203 | constructor(readonly name: string) {} |
| 204 | getResult(): string { |
| 205 | return expectedResult |
nothing calls this directly
no outgoing calls
no test coverage detected