Skip to content

Instantly share code, notes, and snippets.

View auric-mason's full-sized avatar

Auric Mason auric-mason

  • modeln
  • Denver
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;