37 lines
2.1 KiB
Markdown
37 lines
2.1 KiB
Markdown
# agent-integration-testtool
|
|
The agent-integration-testtool project is used that to validate the different of Skywalking Java Agent generate
|
|
data item between you expect and the actual generate.
|
|
|
|
## Assert Exceptions
|
|
The following are the exceptions that may occur in the validate tools.
|
|
### Data file
|
|
* [IllegalDataFileException](./docs/exception/IllegalDataFileException.md)
|
|
|
|
### Registry Item
|
|
#### Application
|
|
* [RegistryInstanceOfApplicationNotFoundException](./docs/exception/RegistryInstanceOfApplicationNotFoundException.md)
|
|
* [RegistryApplicationNotFoundException](./docs/exception/RegistryApplicationNotFoundException.md)
|
|
* [RegistryApplicationSizeNotEqualsException](./docs/exception/RegistryApplicationSizeNotEqualsException.md)
|
|
|
|
#### Instance
|
|
* [RegistryInstanceOfApplicationNotFoundException](./docs/exception/RegistryInstanceOfApplicationNotFoundException.md)
|
|
* [RegistryInstanceSizeNotEqualsException](./docs/exception/RegistryInstanceSizeNotEqualsException.md)
|
|
* [RegistryInstancesNotEqualsException](./docs/exception/RegistryInstancesNotEqualsException.md)
|
|
|
|
#### Operation name
|
|
* [ActualRegistryOperationNameEmptyException](./docs/exception/ActualRegistryOperationNameEmptyException.md)
|
|
* [RegistryOperationNameNotFoundException](./docs/exception/RegistryOperationNameNotFoundException.md)
|
|
* [RegistryOperationNamesNotFoundException](./docs/exception/RegistryOperationNamesNotFoundException.md)
|
|
* [RegistryOperationNamesOfApplicationNotFoundException](./docs/exception/RegistryOperationNamesOfApplicationNotFoundException.md)
|
|
|
|
### Segment
|
|
* [ActualSegmentItemEmptyException](./docs/exception/ActualSegmentItemEmptyException.md)
|
|
* [SegmentItemNotFoundException](./docs/exception/SegmentItemNotFoundException.md)
|
|
* [SegmentNotFoundException](./docs/exception/SegmentNotFoundException.md)
|
|
|
|
### Segment Ref
|
|
* [SegmentRefNotFoundException](./docs/exception/SegmentRefNotFoundException.md)
|
|
* [ParentSegmentNotFoundException](./docs/exception/ParentSegmentNotFoundException.md)
|
|
* [SegmentRefSizeNotEqualsException](./docs/exception/SegmentRefSizeNotEqualsException.md)
|
|
* [SegmentSizeNotEqualsException](./docs/exception/SegmentSizeNotEqualsException.md)
|