C:\Users\Eric\Scala\SBT\src\test\scala>scalac -cp "c:\users\Eric\Downloads\scala
test_2.10-1.9.1 (1).jar" sbt0_test.scala
sbt0_test.scala:16: error: value should is not a member of Int
stack.pop() should be (2)
^
sbt0_test.scala:17: error: value should is not a member of Int
stack.pop() should be (1)
^
sbt0_test.scala:23: error: missing arguments for method apply in class AWord;
follow this method with `_' if you want to treat it as a partially applied funct
ion
a [NoSuchElementException] should be thrownBy {
^
three errors found
C:\Users\Eric\Scala\SBT\src\test\scala>scalac -cp "c:\users\Eric\Downloads\scala
test_2.10-1.9.1 (1).jar" org.scalatest.run sbt0_test.scala
error: source file 'org.scalatest.run' could not be found
one error found
C:\Users\Eric\Scala\SBT\src\test\scala>