AVAP Unit Testing for Visual Studio CodeThe AVAP Unit Testing extension for Visual Studio Code provides a complete solution for generating, configuring, and executing unit tests for AVAP code. It allows developers to validate the behavior of AVAP APIs directly from their editor, with dynamic configuration and real-time test feedback.
RequirementsTo function properly, the following must be in place:
The AVAP Language Server is responsible for:
Support for DevelopersThe AVAP Unit Testing extension is compatible with vscode.dev. Additional resources and updates are available at www.avapframework.dev. Installed ExtensionsTo function properly, AVAP Unit Testing requires the AVAP Dev Extensions for Visual Studio Code to be installed. Quick start
Test Configuration and ExecutionThe extension supports six core testing resources that can be composed for any AVAP endpoint: Available Test Resources
These resources are combined into a dynamic configuration that can be saved, reused, or updated when AVAP code changes. ValidationYou can match outputs using:
Each field is validated and results are displayed inline after execution. Test PanelFrom the Unit Testing view, you can:
Joint ContextThe AVAP Unit Testing extension integrates with:
This combined context enables accurate, contextual testing directly from your editor. FeedbackWe welcome your feedback and suggestions! Join the community at www.community.avapframework.dev to report issues or request features. LicenseAVAP Unit Testing extension for Microsoft Visual Studio Code All rights reserved. MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |