Uses of Class
net.morimekta.providence.testing.generator.GeneratorBase
-
Packages that use GeneratorBase Package Description net.morimekta.providence.testing.generator -
-
Uses of GeneratorBase in net.morimekta.providence.testing.generator
Classes in net.morimekta.providence.testing.generator with type parameters of type GeneratorBase Modifier and Type Class Description classGeneratorBase<Base extends GeneratorBase<Base,Context>,Context extends GeneratorContext<Context>>Options and context container for managing a set of message generators and associated value generators.classGeneratorWatcher<Base extends GeneratorBase<Base,Context>,Context extends GeneratorContext<Context>>Providence message serializer that can be used as a junit rule.Subclasses of GeneratorBase in net.morimekta.providence.testing.generator Modifier and Type Class Description classSimpleGeneratorBaseSimple generator base that holds so special context.Methods in net.morimekta.providence.testing.generator with type parameters of type GeneratorBase Modifier and Type Method Description static <Context extends GeneratorContext<Context>,Base extends GeneratorBase<Base,Context>>
GeneratorWatcher<Base,Context>GeneratorWatcher. create(Base base)Create a message generator watcher with the given base context.Constructors in net.morimekta.providence.testing.generator with parameters of type GeneratorBase Constructor Description GeneratorBase(GeneratorBase<Base,Context> copyOf)Copy constructor.GeneratorContext(GeneratorBase base)
-