mirror of
https://github.com/google/googletest.git
synced 2024-12-27 10:11:03 +08:00
Update example to reflect the tests below
This commit is contained in:
parent
6b74da4757
commit
0256210376
@ -274,8 +274,8 @@ First, define a fixture class. By convention, you should give it the name
|
||||
class QueueTest : public ::testing::Test {
|
||||
protected:
|
||||
void SetUp() override {
|
||||
q0_.Enqueue(1);
|
||||
q1_.Enqueue(2);
|
||||
q1_.Enqueue(1);
|
||||
q2_.Enqueue(2);
|
||||
q2_.Enqueue(3);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user