protoj.lang.internal.basic
Class BasicSession

java.lang.Object
  extended by protoj.lang.internal.basic.BasicSession

public final class BasicSession
extends java.lang.Object

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

Author:
Ashley Williams

Constructor Summary
BasicSession()
          After this constructor call the physical basic 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

BasicSession

public BasicSession()
After this constructor call the physical basic project will have been created.

Method Detail

execute

public void execute()