Skip to content

Instantly share code, notes, and snippets.

View jardineworks's full-sized avatar

Andrew Jardine jardineworks

View GitHub Profile
package com.ypg.liferay.portlet;
import org.jboss.arquillian.junit.Arquillian;
import org.junit.Test;
import org.junit.runner.RunWith;
import com.liferay.counter.service.CounterLocalServiceUtil;
import com.liferay.portal.kernel.util.Validator;
import com.liferay.portal.model.User;
import com.liferay.portal.service.UserLocalServiceUtil;
@RunWith(Arquillian.class)