Improve coverage of Stack
This commit is contained in:
parent
bff588e665
commit
056125db82
@ -54,6 +54,9 @@ TEST(StringBuffer, Push) {
|
||||
buffer.Push(5);
|
||||
|
||||
EXPECT_EQ(5u, buffer.GetSize());
|
||||
|
||||
buffer.Push(65536u);
|
||||
EXPECT_EQ(5u + 65536u, buffer.GetSize());
|
||||
}
|
||||
|
||||
TEST(StringBuffer, Pop) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user