The latest releases from UnitVectorY Labs.

Posts

  • Introducing fileparamunit v0.0.1: File-Based Parameterized Testing for JUnit 5

    Introducing fileparamunit On March 2, 2024, we’re excited to announce the initial release of fileparamunit (v0.0.1), a new Java library that extends JUnit 5’s parameterized test capabilities with powerful file-based test data sourcing. For developers who write extensive test suites with multiple data files—JSON fixtures, CSV datasets, XML samples—fileparamunit eliminates repetitive test code by automatically discovering and iterating through files in your resource directories. Instead of manually listing every test case, you define your test logic once and let fileparamunit...

    Read article
  • Introducing firestoreproto2json v0.0.1 - Convert Firestore Protocol Buffers to JSON

    Announcing firestoreproto2json v0.0.1 Today marks an exciting milestone for Java developers working with Firebase Cloud Functions. We’re thrilled to announce the first release of firestoreproto2json (v0.0.1), a utility library that bridges a critical gap in the Firestore ecosystem. Published on February 29, 2024, this initial release provides a clean solution for converting Firestore’s internal Protocol Buffer document representations into JSON objects that your applications can easily consume. What’s New As the inaugural release of this project, v0.0.1 introduces core functionality...

    Read article

subscribe via RSS