Skip to content

Instantly share code, notes, and snippets.

@balteo
balteo / gist:e8c2ea96db22d3f9c88e
Created November 7, 2014 13:44
Problematic test case
package com.bignibou.it.service.advertisement;
import static org.mockito.Mockito.when;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.AccessDeniedException;
import org.springframework.security.authentication.AuthenticationCredentialsNotFoundException;
import org.gradle.api.tasks.Exec
import com.bignibou.build.Grunt
buildscript {
ext.springBootVersion = "1.2.0.BUILD-SNAPSHOT"
repositories {
mavenCentral()
maven { url "http://repo.spring.io/release" }
maven { url "http://repo.spring.io/milestone" }