public void testAtom() throws Throwable { doTest(); }
public void testQuotedAtom() throws Throwable { doTest(); }
private void doTest() throws Throwable {
myFixture.configureByFile(getTestName(true) + ".erl");
new ErlangExtractFunctionHandler().invoke(myFixture.getProject(), myFixture.getEditor(), myFixture.getFile(), null);
myFixture.checkResultByFile(getTestName(true) + "-after.erl");
}