protoj.lang.internal.alien
Class AlienSession

java.lang.Object
  extended by protoj.lang.internal.alien.AlienSession

public final class AlienSession
extends java.lang.Object

Executes a selection of commands against the Alien project and performs various asserts against their results.

Author:
Ashley Williams

Constructor Summary
AlienSession()
          After this constructor call the physical alien project will have been created.
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlienSession

public AlienSession()
After this constructor call the physical alien project will have been created.

Method Detail

execute

public void execute()