Returning messages in Fixtures

9 views
Skip to first unread message

Henry Story

unread,
Mar 16, 2021, 6:26:17 AM3/16/21
to scalatest-users
Hi, 
  I need to wrap a lot of tests in Fixtures. Is there a way to return information so that the parts of the tests wrapped in the fixtures can be displayed to the console? That is do what 

"my test" in Fixture { x => 
     "subtest" must {
        assert (1 == 1)
     }
    "other test" must {
        assert( 3 == 3)
    }
     ...
}


Reply all
Reply to author
Forward
0 new messages