edu.cmu.cs.crystal.cfg.eclipse
Class Switch

java.lang.Object
  extended by edu.cmu.cs.crystal.cfg.eclipse.Switch

public class Switch
extends Object

Author:
Ciera Jaspan

Constructor Summary
Switch()
           
 
Method Summary
 void empty(int switcher, int foo)
           
 void emptyTest()
           
 void multiCase(int switcher, int foo)
           
 void multiCaseTest()
           
 void noDefault(int switcher, int foo)
           
 void noDefaultTest()
           
 void onlyDefault(int switcher, int foo)
           
 void onlyDefaultTest()
           
 void runThrough(int switcher, int foo)
           
 void runThroughTest()
           
static void setup()
           
 void simple(int switcher, int foo)
           
 void simpleTest()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Switch

public Switch()
Method Detail

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)