package org.apache.tapestry5.ioc;
/**
* Provides a convenient places to store a few values, when communicating between text fixture classes and test specifications
* and feature methods.
*/
public class IntegrationTestFixture {
public static int countingGreeterInstantiationCount;
}