package com.innovatian.idea.powershell.test.lang.parser;
public class StringLiteralParsingTest extends PsParsingTestContext {
@Override
public String getTestDataPath() {
return super.getTestDataPath() + "strings";
}
public void testStr1() throws Throwable {
doTest();
}
public void testStr2() throws Throwable {
doTest();
}
public void testStr3() throws Throwable {
doTest();
}
public void testStr4() throws Throwable {
doTest();
}
public void testStr5() throws Throwable {
doTest();
}
public void testStr6() throws Throwable {
doTest();
}
public void testStr7() throws Throwable {
doTest();
}
public void testStr8() throws Throwable {
doTest();
}
public void testStr9() throws Throwable {
doTest();
}
public void testStr_error1() throws Throwable {
doTest();
}
public void testStr_error2() throws Throwable {
doTest();
}
public void testStr_error3() throws Throwable {
doTest();
}
}