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;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
import org.testng.annotations.Test;
/**
* Unit test for simple App.
*/
@RunWith(JUnit4.class)
public class DemoApplicationTests{
@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