com.google.common.collect.testing
Interface TestSubjectGenerator<T>

Type Parameters:
T - the type created by this generator.
All Known Subinterfaces:
OneSizeTestContainerGenerator<T,E>
All Known Implementing Classes:
OneSizeGenerator

@GwtCompatible
public interface TestSubjectGenerator<T>

To be implemented by test generators that can produce test subjects without requiring any parameters.

This class is GWT compatible.

Author:
George van den Driessche

Method Summary
 T createTestSubject()
           
 

Method Detail

createTestSubject

T createTestSubject()


Copyright © 2010-2012. All Rights Reserved.