awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nalexn avatar

nalexn/ViewInspector

0
View on GitHub↗

ViewInspector

Runtime introspection and unit testing of SwiftUI views

Features

  • أدوات المطور - Unit testing and inspection of view hierarchies.

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI
  • Testing and Debugging Tools - Library for unit testing and inspecting SwiftUI view hierarchies.
  • أطر عمل الاختبار - SwiftUI view inspection and testing.
  • 2,612 نجوم·189 تفرعات·Swift·MIT·1 مشاهدة

    سجل النجوم

    مخطط تاريخ النجوم لـ nalexn/viewinspectorمخطط تاريخ النجوم لـ nalexn/viewinspector

    الأسئلة الشائعة

    ما هي وظيفة nalexn/viewinspector؟

    Runtime introspection and unit testing of SwiftUI views

    ما هي الميزات الرئيسية لـ nalexn/viewinspector؟

    الميزات الرئيسية لـ nalexn/viewinspector هي: أدوات المطور, Testing and Debugging Tools, أطر عمل الاختبار.

    ما هي البدائل مفتوحة المصدر لـ nalexn/viewinspector؟

    تشمل البدائل مفتوحة المصدر لـ nalexn/viewinspector: robolectric/robolectric — Robolectric is a unit testing framework that runs Android tests directly inside the Java Virtual Machine, eliminating… vitest-dev/vitest — Vitest is a high-performance testing framework designed for JavaScript and TypeScript applications. It provides an… catchorg/catch2 — Catch2 is a comprehensive framework for C++ software validation, providing an environment for unit testing,… pytest-dev/pytest — pytest is a testing framework for Python that provides a command-line runner for discovering and executing test… typicode/json-server — json-server is a development toolset used to simulate a full REST API from a JSON file. It functions as a customizable… 30-seconds/30-seconds-of-code — This project is a developer knowledge base and a curated library of programming code snippets. It serves as a…

    بدائل مفتوحة المصدر لـ ViewInspector

    مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع ViewInspector.
    • pytest-dev/pytestالصورة الرمزية لـ pytest-dev

      pytest-dev/pytest

      13,645عرض على GitHub↗

      pytest is a testing framework for Python that provides a command-line runner for discovering and executing test suites. It is built on a modular architecture that uses standard language assertions to verify code correctness, automatically inspecting expressions to provide detailed failure reports without requiring specialized assertion methods. The framework distinguishes itself through a dependency injection system that manages setup and teardown logic by automatically resolving and injecting resources into test functions. It also features a hook-based plugin architecture that allows for dee

      Pythonhacktoberfestpythontest
      عرض على GitHub↗13,645
    • robolectric/robolectricالصورة الرمزية لـ robolectric

      robolectric/robolectric

      6,014عرض على GitHub↗

      Robolectric is a unit testing framework that runs Android tests directly inside the Java Virtual Machine, eliminating the need for an emulator or physical device. It provides a fully simulated Android environment that initializes system resources, application context, and the UI thread before each test, then resets state afterward to isolate tests from one another. The framework distinguishes itself by using shadow classes to intercept and replace Android framework method calls at runtime, allowing tests to control Android component lifecycles, simulate native methods, and test UI components

      Java
      عرض على GitHub↗6,014
    • catchorg/catch2الصورة الرمزية لـ catchorg

      catchorg/Catch2

      20,198عرض على GitHub↗

      Catch2 is a comprehensive framework for C++ software validation, providing an environment for unit testing, integration verification, and performance analysis. It enables developers to define and execute automated test suites and micro-benchmarks directly within their applications. The framework is distinguished by its header-only distribution, which allows for integration into existing build systems without requiring complex external dependencies. It utilizes a hierarchical section-based execution model that supports behavior-driven testing, allowing for shared setup and teardown logic acros

      C++bddcppcpp14
      عرض على GitHub↗20,198
    • typicode/json-serverالصورة الرمزية لـ typicode

      typicode/json-server

      75,614عرض على GitHub↗

      json-server is a development toolset used to simulate a full REST API from a JSON file. It functions as a customizable mock API server that allows for the simulation of CRUD operations and resource relationships without the need to write backend code. The project enables rapid prototyping by generating a fake backend that persists data changes back to a local JSON file. It distinguishes itself by providing a static asset file server to deliver local documents, images, and stylesheets alongside the mock API endpoints. The server includes capabilities for data querying, such as parameter-based

      JavaScriptapifakefrontend
      عرض على GitHub↗75,614
    عرض جميع البدائل الـ 30 لـ ViewInspector→