public void InitTest() { TOCHandler target = new TOCHandler(); // TODO: Initialize to an appropriate value Document document = null; // TODO: Initialize to an appropriate value PdfWriter writer = null; // TODO: Initialize to an appropriate value target.Init(document, writer); }