Uses of Class
com.google.testing.threadtester.Script

Packages that use Script
com.google.testing.threadtester   
 

Uses of Script in com.google.testing.threadtester
 

Methods in com.google.testing.threadtester that return Script
 Script<T> Script.afterCalling(Object result)
           
 Script<T> Script.afterCallingLastMethod()
           
 Script<T> Script.atEndOf(Object result)
           
 Script<T> Script.atEndOfLastMethod()
           
 Script<T> Script.atStartOf(Object result)
           
 Script<T> Script.atStartOfLastMethod()
           
 Script<T> Script.beforeCalling(Object result)
           
 Script<T> Script.beforeCallingLastMethod()
           
 Script<T> Script.in(Object result)
           
 Script<T> Script.inLastMethod()
           
 

Methods in com.google.testing.threadtester with parameters of type Script
 void ScriptedTask.releaseTo(Script<T> other)
          Releases control to another script.
 void Script.releaseTo(Script<T> other)
          Declares an intent to release control to another thread in the future, or performs the actual release now.
 

Constructors in com.google.testing.threadtester with parameters of type Script
Script(Script<T> other)
          Creates a new Script that will operate on the same object-under-test as another Script.
Scripter(Script<T> main, Collection<Script<T>> secondaries)
          Creates a new Scripter that will run the given main and secondary scripts.
Scripter(Script<T> main, Script<T> secondary)
          Creates a new Scripter that will run the given main script and the given secondary script.
Scripter(Script<T> main, Script<T> secondary)
          Creates a new Scripter that will run the given main script and the given secondary script.
 

Constructor parameters in com.google.testing.threadtester with type arguments of type Script
Scripter(Script<T> main, Collection<Script<T>> secondaries)
          Creates a new Scripter that will run the given main and secondary scripts.
 



Copyright © 2013. All Rights Reserved.