Class SimpleGeneratorWatcher
- java.lang.Object
-
- org.junit.rules.TestWatcher
-
- net.morimekta.providence.testing.junit4.GeneratorWatcher<SimpleGeneratorWatcher.Context>
-
- net.morimekta.providence.testing.junit4.SimpleGeneratorWatcher
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public final class SimpleGeneratorWatcher extends GeneratorWatcher<SimpleGeneratorWatcher.Context>
Simple non-generic watcher with no extra context on message generation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSimpleGeneratorWatcher.ContextContext for generating messages with information related to each other.
-
Constructor Summary
Constructors Constructor Description SimpleGeneratorWatcher()Make a simple default message generator.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SimpleGeneratorWatchercreate()-
Methods inherited from class net.morimekta.providence.testing.junit4.GeneratorWatcher
apply, context, create, dumpGeneratedMessages, dumpGeneratedMessages, dumpOnFailure, dumpOnFailure, failed, finished, generate, setOutputSerializer, starting
-
-
-
-
Method Detail
-
create
public static SimpleGeneratorWatcher create()
-
-