MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / XmllWrite.test.ts

File XmllWrite.test.ts

packages/alphatab/test/xml/XmllWrite.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from 'vitest';
2import { XmlDocument } from '@coderline/alphatab/xml/XmlDocument';
3import { XmlNode, XmlNodeType } from '@coderline/alphatab/xml/XmlNode';
4describe('XmlWriteTest', () => {

Callers

nothing calls this directly

Calls 6

toFormattedStringMethod · 0.80
addElementMethod · 0.80
addChildMethod · 0.80
parseMethod · 0.45
toBeMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected