Guest User

Untitled

a guest
Jul 15th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. import org.scalatest.FunSuite
  2.  
  3. class ExampleSuite extends FunSuite {
  4.  
  5. test("pop is invoked on a non-empty stack") (pending)
  6.  
  7. test("pop is invoked on an empty stack") (pending)
  8. }
Add Comment
Please, Sign In to add comment