Skip to content

Instantly share code, notes, and snippets.

View pareddy113's full-sized avatar

Avinash Penugonda pareddy113

View GitHub Profile
@searls
searls / Email.java
Created March 10, 2011 15:12
An example of behavior verification + argument capture with Mockito (on TestNG)
package com.pillartechnology.mail;
import java.util.Date;
public class Email {
private String domain;
private String user;
private String body;