2 مستودعات
Evaluating expressions during the generation of test data to compute dynamic field values.
Distinct from Runtime Expression Evaluation: Distinct from debugging expression evaluation; this occurs during the data synthesis phase of test setup.
Explore 2 awesome GitHub repositories matching development tools & productivity · Data Generation Expression Evaluation. Refine with filters or upvote what's useful.
Alice is a PHP test data generator and fixture library used to automate the creation of large sets of fake objects and entities. It functions as an object hydrator and random data provider, allowing users to define the structure and attributes of dummy test data in markup or arrays to simulate specific application states. The library distinguishes itself through a template-based system that supports fixture inheritance to reduce data duplication. It utilizes a flexible instantiation model that allows for custom factory integration, method invocation, and property hydration via reflection or c
Computes object field values at runtime using arithmetic operations and property references.
Docx-templates is a library designed for the programmatic generation of Word documents by merging dynamic data with predefined template files. It functions as a template engine that processes embedded instructions directly within the document structure to produce customized, data-driven output. The engine distinguishes itself by allowing the execution of arbitrary JavaScript expressions and custom data resolvers during the generation process. This enables complex conditional logic, iterative loops, and the dynamic injection of diverse content types, including images, HTML fragments, and raw X
Executes arbitrary JavaScript expressions within the document context to perform data transformations and conditional logic.