package com.innovatian.idea.powershell.test.lang.parser;
public class IfStatementParsingTest extends PsParsingTestContext {
@Override
public String getTestDataPath() {
return super.getTestDataPath() + "statements/ifstmt";
}
public void testif1() throws Throwable {
doTest();
}
public void testif2() throws Throwable {
doTest();
}
public void testif3() throws Throwable {
doTest();
}
public void testif4() throws Throwable {
doTest();
}
public void testif5() throws Throwable {
doTest();
}
public void testif6() throws Throwable {
doTest();
}
public void testif7() throws Throwable {
doTest();
}
public void testif8() throws Throwable {
doTest();
}
public void testif9() throws Throwable {
doTest();
}
public void testif10() throws Throwable {
doTest();
}
public void testif11() throws Throwable {
doTest();
}
public void testif12() throws Throwable {
doTest();
}
}