scala 单元测试
scala 单元测试字符串测试ScalaTest 提供了很方便的测试字符串的工具, 这些工具可以进行正则表达式的测试,常用方法有:val string = "test string"string should startWith("test")string should endWith("string")string should not endWith("the end")string s