Refactor dotnet-nunit parser to DotnetNunitParser

This commit is contained in:
Jozef Izso 2024-06-25 14:09:10 +02:00
parent d8481703bc
commit 1397b99b7c
4 changed files with 9 additions and 9 deletions

View file

@ -14,7 +14,7 @@ import {
TestCaseError
} from '../../test-results'
export class DotNetNunitParser implements TestParser {
export class DotnetNunitParser implements TestParser {
assumedWorkDir: string | undefined
constructor(readonly options: ParseOptions) {}