SVCS - English Documentation
Loading...
Searching...
No Matches
BlobTest.cxx File Reference

Unit tests for the Blob class, verifying object construction, hash calculation, and data integrity. More...

#include "../../core/include/Blob.hxx"
#include <gtest/gtest.h>

Namespaces

namespace  svcs::test
 Comprehensive testing framework for SVCS version control system.
namespace  svcs::test::core
 Unit tests for core components and data structures.

Functions

 svcs::test::core::TEST (BlobTest, HashIsCalculatedOnCreation)
 svcs::test::core::TEST (BlobTest, HashIsConsistent)
 svcs::test::core::TEST (BlobTest, HashChangesWithContentModification)
 svcs::test::core::TEST (BlobTest, HandlingEmptyContent)

Detailed Description

Unit tests for the Blob class, verifying object construction, hash calculation, and data integrity.