Posts
-
Introducing fileparamunit: Simplifying Data-Driven Testing in JUnit 5
On March 2, 2024, we are thrilled to announce the launch of fileparamunit, a specialized Java library designed to bring dynamic, file-based parameterized testing to JUnit 5. For developers who frequently run the same test logic across a variety of data files, fileparamunit removes the friction of manual configuration, allowing your test suite to scale naturally with your data. Key Features The heart of fileparamunit is the @ListFileSource annotation. This powerful tool integrates seamlessly with JUnit 5’s @ParameterizedTest to automatically...
Read article -
Introducing firestoreproto2json: Simplifying Firestore Protobuf to JSON Conversion
We are excited to announce the launch of firestoreproto2json on February 29, 2024. This Java library is designed to bridge the gap between Firestore’s efficient internal storage and the developer-friendly world of JSON. Core Capabilities firestoreproto2json provides a robust mechanism to transform Firestore Protocol Buffer representations of documents into standard JSON objects. Key features include: Seamless Event Handling: Full support for DocumentEventData objects, making it an ideal companion for developers building Google Cloud Functions. Comprehensive Type Mapping: Automated conversion of...
Read article
subscribe via RSS