Working With Scala Test
Reading Time: 5 minutes Scala Test is an open source Test framework for the java platform. With Scala test we can either test java or Scala code. It integrates with popular existing tools like JUnit, TestNG and it is designed to do different styles of testing like Behavior Driven Design for example. Let’s have a look at a simple JUnit4 Test in Scala Test package com.inphina.ibat.junit import org.scalatest.junit.AssertionsForJUnit import Continue Reading