package groovy.mock.example
class CheeseSlicer {
void slice(String name) {
throw new RuntimeException('whatever nasty behavior that needs to be mocked...')
}
void coffeeBreak(St
package org.codehaus.groovy.syntax;
import groovy.util.GroovyTestCase;
public class TokenTest
extends GroovyTestCase
{
public void testNothing()
{
}
/*
private static final in