Skip to content

Instantly share code, notes, and snippets.

View Govind-jha's full-sized avatar

Govind Jha Govind-jha

  • Sapient Global Markets
  • Bengaluru, India
View GitHub Profile
package ddt;
import java.util.Arrays;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
import static org.junit.Assert.assertTrue;