protoj.lang.internal.helloworld
Class HelloWorldSession

java.lang.Object
  extended by protoj.lang.internal.helloworld.HelloWorldSession

public final class HelloWorldSession
extends java.lang.Object

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

Author:
Ashley Williams

Constructor Summary
HelloWorldSession()
          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

HelloWorldSession

public HelloWorldSession()
been created.

Method Detail

execute

public void execute()