Updated test cases documentation
This commit is contained in:
@@ -31,17 +31,17 @@ public:
|
||||
|
||||
class StrategyA : public Strategy {
|
||||
public:
|
||||
void algorithm() override {}
|
||||
void algorithm() override { }
|
||||
};
|
||||
|
||||
class StrategyB : public Strategy {
|
||||
public:
|
||||
void algorithm() override {}
|
||||
void algorithm() override { }
|
||||
};
|
||||
|
||||
class StrategyC : public Strategy {
|
||||
public:
|
||||
void algorithm() override {}
|
||||
void algorithm() override { }
|
||||
};
|
||||
|
||||
class Context {
|
||||
|
||||
Reference in New Issue
Block a user