2 مستودعات
Testing web controllers in isolation by bypassing the network stack via mock clients.
Distinct from Unit Testing: Specific to mocking the web layer for controllers, distinct from general isolated unit testing
Explore 2 awesome GitHub repositories matching testing & quality assurance · Web Controller Mocking. Refine with filters or upvote what's useful.
Rest-assured is a Java-based REST API testing framework and HTTP client library designed for automating web service tests. It provides a fluent domain-specific language and assertion library to send HTTP requests and validate response metadata, including status codes, headers, cookies, and bodies. The framework is distinguished by a method-chaining DSL that creates readable specifications for API interactions. It features a filter-based request interception pipeline, object-mapping serialization for converting Java objects to JSON or XML, and a path-based parsing system to isolate specific fi
Allows testing of web controllers in isolation without requiring a full running HTTP server.
This is a full-stack template for building decentralized applications on the GenLayer blockchain, combining smart contract development with a frontend integration pipeline. It provides a pre-configured environment for writing GenLayer smart contracts using Python decorators that specify function visibility, persistence, and typed storage structures, along with built-in linting to catch forbidden imports and nondeterministic calls before deployment. The boilerplate distinguishes itself by supporting nondeterministic smart contract operations—such as querying language models and fetching extern
Runs fast unit tests in memory with mocked web and AI services for quick feedback.