| Interface | Description |
|---|---|
| SpyProcess |
if you want to spy something this is the method that you need to implement
|
| SpyProcessorContainer |
This interface is to be implemented by those who also implements SpyProcess The goal is to provide a way to know if the spy
itself contains any kind of processor.
|
| Class | Description |
|---|---|
| Spy |
This class is a Munit Tool to create processor spiers
|
| SpyProcessImpl |
Simple implementation of SpyProcess, who knows to process each of the contained processors.
|
| SpyResult |
Model that represents the result of a spy run
|
| Exception | Description |
|---|---|
| SpyExecutionException |
Represents an exception thrown in a spy
|
Copyright © 2018. All rights reserved.