Skip to content

Instantly share code, notes, and snippets.

View liptga's full-sized avatar

Gábor Lipták liptga

View GitHub Profile
package at.liptakg.lombokdemo;
public class POJO
{
}
@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;