blob: 3ea3dcb65cf81d2da8b6515d084b0b2b2ce53524 [file] [log] [blame]
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;
}