Open giovannicandido opened 7 years ago
Is best to disable security in integration tests by default. And provide a way to test with security enabled
Possible API for secured test:
@RunWith(classOf[SpringJUnit4ClassRunner]) @IntegTestSecured class ContextLoadTest extends IntegrationTest { @Test def context() { } }
Is best to disable security in integration tests by default. And provide a way to test with security enabled
Possible API for secured test: