Modifier and Type | Method and Description |
---|---|
ContextSnapshot |
ContextSnapshotFactory.createSnapshot(ClassLoader loader) |
ContextSnapshot |
MethodContext.createSnapshot(String signature,
ClassLoader loader) |
Modifier and Type | Method and Description |
---|---|
Queue<ContextSnapshot> |
SnapshotManager.all() |
Optional<ContextSnapshot> |
SnapshotManager.peek() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSnapshotConsumer.accept(ContextSnapshot snapshot) |
protected void |
SnapshotManager.consume(ContextSnapshot snapshot) |
void |
SnapshotManager.SerializationTask.serialize(SerializerFacade facade,
SerializerSession session,
ContextSnapshot snapshot) |
Modifier and Type | Method and Description |
---|---|
void |
SnapshotManager.ContextSnapshotTransaction.andConsume(Consumer<ContextSnapshot> consumer) |
void |
SnapshotManager.DummyContextSnapshotTransaction.andConsume(Consumer<ContextSnapshot> consumer) |
void |
SnapshotManager.ValidContextSnapshotTransaction.andConsume(Consumer<ContextSnapshot> consumer) |
Constructor and Description |
---|
ValidContextSnapshotTransaction(ExecutorService snapshotExecutor,
long timeoutInMillis,
SerializerFacade facade,
ContextSnapshot snapshot) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<List<ContextSnapshot>> |
CallsiteRecorder.record(Runnable runnable) |
CompletableFuture<List<ContextSnapshot>> |
CallsiteRecorder.snapshots() |
Modifier and Type | Method and Description |
---|---|
void |
CallsiteRecorder.accept(ContextSnapshot snapshot) |
Modifier and Type | Method and Description |
---|---|
void |
TreeAnalyzer.analyze(ContextSnapshot snapshot) |
Modifier and Type | Method and Description |
---|---|
void |
ScheduledTestGenerator.accept(ContextSnapshot snapshot) |
void |
TestGenerator.accept(ContextSnapshot snapshot) |
MethodGenerator |
MethodGenerator.analyze(ContextSnapshot snapshot) |
void |
ClassGenerator.generate(ContextSnapshot snapshot) |
ClassGenerator |
ScheduledTestGenerator.generatorFor(ContextSnapshot snapshot) |
ClassGenerator |
TestGenerator.generatorFor(ContextSnapshot snapshot) |
Modifier and Type | Method and Description |
---|---|
void |
SnapshotConsumer.accept(ContextSnapshot snapshot) |
Modifier and Type | Field and Description |
---|---|
static ContextSnapshot |
ContextSnapshot.INVALID |
Copyright © 2020. All rights reserved.