public ID3v24TagForTesting(ID3v2TagTest _enclosing, byte[] buffer) : base(buffer) { this._enclosing = _enclosing; }
internal ID3v2TagFactoryForTesting(ID3v2TagTest _enclosing) { this._enclosing = _enclosing; }
public ID3v23TagForTesting(ID3v2TagTest _enclosing) : base() { this._enclosing = _enclosing; }