Source Code For Scala Tutorials From www.allaboutscala.com/scala-cheatsheet/
The Scala programming language is rapidly growing in popularity! Sadly, most of the online tutorials do not provide a step-by-step guide :(
At www.allaboutscala.com, we provide a complete beginner's tutorial to help you learn Scala in small, simple and easy steps.
- Tutorials are organized such that they allow you to learn gradually.
- Tutorials are written by taking into account the complete beginner.
- Tutorials will make you proficient with the same professional tools used by the Scala experts.
- Code snippets for Scala Cheatsheet
- For additional details, please visit www.allaboutscala.com
Stay in touch via Facebook and Twitter for upcoming tutorials!
- Introduction
- Add ScalaTest as dependency to build.sbt
- Create a test class using FlatSpec and Matchers
- Equality Test
- Length Test
- Boolean Test
- Collection Test
- Type Test
- Exception Test
- Private Method Test
- Future Method Test
- Add line break
- Convert multi-line string into single line
- Check value of an Option
- Read file content as a String
- Create enum using sealed trait
- Int division and return float
Nadim Bahadoor at http://allaboutscala.com/contact/
Apache 2.0 License - see the LICENSE.TXT file