org.stringtemplate.v4.test
Class TestEarlyEvaluation

java.lang.Object
  extended by org.stringtemplate.v4.test.BaseTest
      extended by org.stringtemplate.v4.test.TestEarlyEvaluation

public class TestEarlyEvaluation
extends BaseTest


Nested Class Summary
 
Nested classes/interfaces inherited from class org.stringtemplate.v4.test.BaseTest
BaseTest.HashableUser, BaseTest.StreamVacuum, BaseTest.User
 
Field Summary
 
Fields inherited from class org.stringtemplate.v4.test.BaseTest
CLASSPATH, newline, pathSep, SUREFIRE_CLASSPATH, tmpdir
 
Constructor Summary
TestEarlyEvaluation()
           
 
Method Summary
static boolean isAnyWindowVisible()
           
 void testEarlyEval()
          see http://www.antlr.org/pipermail/stringtemplate-interest/2011-May/003476.
 void testEarlyEval2()
          see http://www.antlr.org/pipermail/stringtemplate-interest/2011-May/003476.
static void waitUntilAllWindowsAreClosed()
           
static void waitUntilAnyWindowIsVisible(long maxWaitMillis)
           
 
Methods inherited from class org.stringtemplate.v4.test.BaseTest
checkTokens, checkTokens, compile, deleteFile, deleteFile, exec, getRandomDir, jar, java, setUp, writeFile, writeTestFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestEarlyEvaluation

public TestEarlyEvaluation()
Method Detail

isAnyWindowVisible

public static boolean isAnyWindowVisible()
Returns:
true if at least one Window is visible

waitUntilAnyWindowIsVisible

public static void waitUntilAnyWindowIsVisible(long maxWaitMillis)

waitUntilAllWindowsAreClosed

public static void waitUntilAllWindowsAreClosed()

testEarlyEval

public void testEarlyEval()
                   throws java.lang.Exception
see http://www.antlr.org/pipermail/stringtemplate-interest/2011-May/003476. html

Throws:
java.lang.Exception

testEarlyEval2

public void testEarlyEval2()
                    throws java.lang.Exception
see http://www.antlr.org/pipermail/stringtemplate-interest/2011-May/003476. html

Throws:
java.lang.Exception