edu.cmu.cs.crystal.cfg.eclipse
Class Switch
java.lang.Object
edu.cmu.cs.crystal.cfg.eclipse.Switch
public class Switch
- extends Object
- Author:
- Ciera Jaspan
Switch
public Switch()
setup
public static void setup()
throws CoreException
- Throws:
CoreException
simpleTest
public void simpleTest()
throws Exception
- Throws:
Exception
simple
public void simple(int switcher,
int foo)
noDefaultTest
public void noDefaultTest()
throws Exception
- Throws:
Exception
noDefault
public void noDefault(int switcher,
int foo)
multiCaseTest
public void multiCaseTest()
throws Exception
- Throws:
Exception
multiCase
public void multiCase(int switcher,
int foo)
runThroughTest
public void runThroughTest()
throws Exception
- Throws:
Exception
runThrough
public void runThrough(int switcher,
int foo)
emptyTest
public void emptyTest()
throws Exception
- Throws:
Exception
empty
public void empty(int switcher,
int foo)
onlyDefaultTest
public void onlyDefaultTest()
throws Exception
- Throws:
Exception
onlyDefault
public void onlyDefault(int switcher,
int foo)