30313233343536
TextDocument doc; @Override public void setUp() throws IOException { doc = new TextDocument(getFile("test.txt")); }
28293031323334
} TextDocument doc; public void setUp() throws IOException { doc = new TextDocument(getFile("test.txt")); }
29303132333435
26272829303132
{ TextDocument doc; @Override public void setUp() throws IOException { doc = new TextDocument(getFile("test.txt")); }