emailer/src/test/scala/cz/xelfi/quoridor/emailer/MainTest.scala
branchscala-emailer
changeset 154 d9d5376d5f23
parent 153 ac818c32c6e9
child 155 388a3511c433
     1.1 --- a/emailer/src/test/scala/cz/xelfi/quoridor/emailer/MainTest.scala	Thu Nov 26 20:06:56 2009 +0100
     1.2 +++ b/emailer/src/test/scala/cz/xelfi/quoridor/emailer/MainTest.scala	Thu Nov 26 20:20:33 2009 +0100
     1.3 @@ -7,7 +7,9 @@
     1.4  class AppTest {
     1.5  
     1.6      @Test
     1.7 -    def testOK() = assertTrue(true)
     1.8 +    def testCheckLazyPlayers() = {
     1.9 +      Main.main(null)
    1.10 +    }
    1.11  
    1.12  //    @Test
    1.13  //    def testKO() = assertTrue(false)