https://github.com/abertschi/service-call-tracker-aspects
https://github.com/abertschi/service-call-tracker-aspects
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abertschi/service-call-tracker-aspects
- Owner: abertschi
- License: mit
- Created: 2016-05-04T19:47:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-24T22:39:41.000Z (about 9 years ago)
- Last Synced: 2025-02-01T09:22:46.158Z (4 months ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# service-call-tracker-aspects
A collection of AspectJ aspects applicable for [service-call-tracker](https://github.com/abertschi/service-call-tracker).
## arbitrary methods
Mark any method with the annotation `@SctInterceptForTest` and marshall and replay method calls with
*service-call-tracker*.**API with annotation**
```xml
ch.abertschi.sct
sct-aspects-arbitrary-api
0.0.1-SNAPSHOT```
**AspectJ aspect**```xml
ch.abertschi.sct
sct-aspects-arbitrary-impl
0.0.1-SNAPSHOT```