TestingApple
Testing a data structure
On CoderPad you're asked to implement a MaxStack where push, pop, top, and max are all O(1), built on a Swift protocol, and verify it with XCTest. Which are appropriate tests? Select all that apply.
Pick all that apply