Skip to content

Instantly share code, notes, and snippets.

View ZahidRasheed's full-sized avatar

Zahid Rasheed ZahidRasheed

View GitHub Profile
import static org.junit.Assert.*;
import static org.hamcrest.CoreMatchers.is;
import static org.mockito.Mockito.*;
import static org.mockito.BDDMockito.*;
import org.hamcrest.BaseMatcher;
import org.hamcrest.Description;
import org.hamcrest.Matcher;