Commit a684a9a2 authored by Siva Rama Krishna's avatar Siva Rama Krishna

added testng import

parent 3a3a004a
...@@ -2,14 +2,11 @@ package com.example.demo; ...@@ -2,14 +2,11 @@ package com.example.demo;
import static org.junit.Assert.assertTrue; import static org.junit.Assert.assertTrue;
import org.junit.Test; import org.testng.annotations.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
/** /**
* Unit test for simple App. * Unit test for simple App.
*/ */
@RunWith(JUnit4.class)
public class DemoApplicationTests{ public class DemoApplicationTests{
@Test @Test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment