/ Published in: Scala
                    
                                        
A simple Scala unit test example using Suite in scalatest
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
package scalaunittest
@RunWith(classOf[JUnitRunner]) // Run As | JUnit Test
assert(ls.length == 3)
}
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                