AdapterPatternTest

class AdapterPatternTest : public testing::Test

Fixture for testing the Adapter Pattern implementation.

The fixture sets up shared objects and utilities for testing the interaction between Target, Adaptee, and Adapter classes.